On 12/13/2010 6:04 PM, William A. Rowe Jr. wrote:
On 12/13/2010 4:54 PM, John L. Poole wrote:
testsock            : FAILED 1 of 15
You probably wanted to be aware of; testall -v testsock
just make sure your LD_LIBRARY_PATH or similar is loading libapr.so from
the appropriate file path.

I tried your suggestion and the testsock as invoked per your suggestion passed.

Interesting, with the same LD_LIBRARY_PATH variable set, I then ran:
make test
and the testsock still failed, so there are different results dependent upon how the test is invoked.

Thank you.

plug apr # pwd
/usr/local/src/apr
plug apr # ls .libs
libapr-2.a libapr-2.la libapr-2.lai libapr-2.so libapr-2.so.0 libapr-2.so.0.0.0
plug apr # cd test
plug test # export LD_LIBRARY_PATH=/usr/local/src/apr/libapr-2.so
plug test # ./testall -v testsock
testsock            : SUCCESS
All tests passed.
plug test #
plug test # ls -la ../.libs
total 1964
drwxr-xr-x  2 root root    4096 Dec 13 09:22 .
drwxr-xr-x 39 root root    4096 Dec 13 09:25 ..
-rw-r--r--  1 root root 1018434 Dec 13 09:22 libapr-2.a
lrwxrwxrwx  1 root root      14 Dec 13 09:22 libapr-2.la -> ../libapr-2.la
-rw-r--r--  1 root root     994 Dec 13 09:22 libapr-2.lai
lrwxrwxrwx 1 root root 17 Dec 13 09:22 libapr-2.so -> libapr-2.so.0.0.0 lrwxrwxrwx 1 root root 17 Dec 13 09:22 libapr-2.so.0 -> libapr-2.so.0.0.0
-rwxr-xr-x  1 root root  967011 Dec 13 09:22 libapr-2.so.0.0.0
plug test #

Reply via email to