-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Apr 9, 2007, at 2:49 AM, Adi Fairbank wrote:

> Nick,
>
> I saw your post on the mail archives after running across the same
> problem on my Macbook Pro.  The only solution I could come up with
> was disabling digest when compiling.  Pass --disable-digest to the
> configure script by adding it at the end of ConfigureParams in /sw/
> fink/dists/stable/main/finkinfo/net/cyrus-sasl2.info.
>
> That got it to compile, but then I realized it's probably better just
> to install the binary, which has digest compiled in.
>
> Please let me know if you find out what library it is missing.
>
> Adi
>
>> Hi,
>>
>> I'm trying to get Apache working with Fink 0.8.1 on a Macbook Pro
>> (Intel).
>> I did a full self update and then used Fink Commander to download the
>> sources for Apache.  The downloads seem to complete but then the
>> compile
>> fails with this:
>>
>> gcc -bundle -undefined error -o .libs/libdigestmd5.2.0.22.so
>> digestmd5.lo
>> digestmd5_init.lo plugin_common.lo  -lresolv -lresolv -L/sw/lib -
>> lpam -lc
>> /usr/bin/ld: Undefined symbols:
>> _des_cbc_encrypt
>> _des_ede2_cbc_encrypt
>> _des_key_sched
>>
>> I'm not sure what's missing and why the correct libs were not
>> downloaded.
>>
>> Anyone got any ideas?

What version of cyrus-sasl2 are you building? When I build the latest  
version (2.1.22-1001) I get:

gcc -bundle -undefined error -o .libs/libdigestmd5.2.0.22.so   
digestmd5.lo digestmd5_init.lo plugin_common.lo  -L/sw/lib/system- 
openssl/lib -lcrypto -lresolv -lresolv -L/sw/lib -lpam -lc

You're missing "-L/sw/lib/system-openssl/lib -lcrypto" which is the  
missing library. If you are building the latest version, can you send  
me (off list) your build log? And do you have any libcrypto.* files  
in /usr/local/lib?

Daniel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)
Comment: http://homepage.mac.com/danielj7/publickey.txt

iD8DBQFGGlio4sDFGYouOqARArsXAJ4zbJkc3pd1rzRM2CenDZfXITwoZACbB+0s
bHvVHCaowwHE/d5GRP6P/Bo=
=joq6
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to