You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2009/05/24 17:38:31 UTC

DO NOT REPLY [Bug 47258] New: Too many slashes with configure

https://issues.apache.org/bugzilla/show_bug.cgi?id=47258

           Summary: Too many slashes with configure
           Product: APR
           Version: 1.3.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: APR-util
        AssignedTo: bugs@apr.apache.org
        ReportedBy: matthieu.ambrosy@gmail.com


Hello,

If I build "apr-util-1.3.4" like this :
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
--with-apr-iconv=/usr/local/apr-iconv

It doesn't work because "configure" understands the apr-iconv parameter with 2
slashes like this :
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
--with-apr-iconv=//usr/local/apr-iconv

To correct, I must remove the slash before to execute "configure" like this :
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
--with-apr-iconv=usr/local/apr-iconv

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 47258] Too many slashes with configure

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47258


Bojan Smojver <bo...@rexursive.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |bojan@rexursive.com




--- Comment #1 from Bojan Smojver <bo...@rexursive.com>  2009-06-10 21:34:50 PST ---
If you run ./configure --help, it says:

  --with-apr-iconv=DIR    relative path to apr-iconv source

So, if you pass it a relative path, as instructed, does it work?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org