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=2374845 To unsubscribe from this discussion, e-mail: [[email protected]].
