* Paolo Lucente <[EMAIL PROTECTED]>, 2005-05-23 16:10 +0200: > Hey Andre, > > On Mon, May 23, 2005 at 02:53:45PM +0200, Andre Berger wrote: > > > I also added "-I/usr/local/include/openssl" to CFLAGS manually, with > > no better result. > > To my eyes it seems a linking problem not an header inclusion one. > Try adding to the CFLAGS a '-lssl -L/usr/local/lib' (here i'm just > imagining that your openssl library is in such directory) instead.
You are right, sorry for the typo earlier. But it doesn't work that way either. > And let me know. I asked a similar question regarding version 0.7.7, and you told me to use LIBS = -lpcap -L/usr/local/lib -lssl -lcrypto -L/usr/local/pgsql/lib -lpq -lm -lz CFLAGS = -O2 -I/usr/local/include -I/usr/local/pgsql/include but that doesn't work anymore. The strange thing is, 0.8.? thru 0.8.5 worked just fine w/o any interaction. But OTOH, I upgraded the OS, ditched Fink, and Apple switched to powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061) Here's more information: # ls -l /usr/local/lib -r-xr-xr-x 2 root admin 272484 May 4 11:10 /usr/local/lib/libssl.0.9.7.dylib lrwxr-xr-x 1 root admin 18 May 4 11:13 /usr/local/lib/libssl.0.dylib -> libssl.0.9.7.dylib -rw-r--r-- 2 root admin 366368 May 4 11:10 /usr/local/lib/libssl.a lrwxr-xr-x 1 root admin 14 May 4 11:13 /usr/local/lib/libssl.dylib -> libssl.0.dylib -Andre
