I noticed this, not sure if this happened in the original config.log or
not...

gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idiraf
ter /openpkg/include -idirafter /usr/local/apache2/include -idirafter
/usr/local/include -idirafter /usr/local/include   -L/usr/local/lib -
L/openpkg/lib -L/usr/local/apache2/lib -L/usr/local/lib conftest.c
-lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre  >&5
configure:5902: $? = 0
configure:5908: ./conftest
ld.so.1: conftest: fatal: libgdbm.so.3: open failed: No such file or
directory
./configure: line 5910:  6781 Killed
./conftest$ac_exeext

which exists in /usr/local/lib

ls -l /usr/local/lib/libgdbm.so.3*
lrwxrwxrwx 1 root root     16 Jul 21 14:10 /usr/local/lib/libgdbm.so.3
-> libgdbm.so.3.0.0
-rwxr-xr-x 1 bin  bin  332112 May  4  2003
/usr/local/lib/libgdbm.so.3.0.0


-----Original Message-----
From: Petersen, Mark [mailto:[email protected]] 
Sent: Thursday, July 23, 2009 10:00 AM
To: Ph. Marek
Cc: [email protected]
Subject: RE: FTBFS 1.2.0 on Solaris 10

I was able to run this command and got a test-ifmt.c file.  Not sure
what to do with it though.

Mark

-----Original Message-----
From: Ph. Marek [mailto:[email protected]] 
Sent: Thursday, July 23, 2009 8:51 AM
To: Petersen, Mark
Cc: [email protected]
Subject: Re: FTBFS 1.2.0 on Solaris 10

On Thursday 23 July 2009 Petersen, Mark wrote:
> Hmm..  I have libarputil...  is it not using the aprlib path?
It should ...

        configure:4775: checking for apr_md5_init in -laprutil-1
        configure:4810: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 ...
        configure:4817: $? = 0
        configure:4838: result: yes


> -bash-3.00$ ./configure --with-aprinc=/usr/local/apache2/include
> --with-aprlib=/usr/local/apache2/lib --with-svnlib=/usr/local/lib
> --with-svninc=/usr/local/include
The compile commands seem to use this path.


Please take my short test program of the last mail, and try to compile
with 
this line:

        gcc -o test-ifmt.c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter 
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include -
idirafter /usr/local/apache2/include -idirafter /usr/local/include
-idirafter 
/usr/local/include   -L/usr/local/lib -L/openpkg/lib
-L/usr/local/apache2/lib 
-L/usr/local/lib test-IFMT.c -lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1
-
lpcre  

That's the failing line from the logfile, with the names substituted.
The "-L/usr/local/apache2/lib is given" ...


Regards,

Phil


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2374
845

To unsubscribe from this discussion, e-mail:
[[email protected]].

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2374855

To unsubscribe from this discussion, e-mail: [[email protected]].

Reply via email to