On 9/21/06, Mark J. Reed <[EMAIL PROTECTED]> wrote: > Meant to send this to the whole list, sorry. > > ---------- Forwarded message ---------- > From: Mark J. Reed <[EMAIL PROTECTED]> > Date: Sep 20, 2006 7:46 PM > Subject: Re: [Fink-users] pine build failing on 10.4 PPC > To: Martin Costabel <[EMAIL PROTECTED]> > > > On 9/20/06, Martin Costabel <[EMAIL PROTECTED]> wrote: > > Try if removing openldap23-dev helps (or whatever other *ldap*-dev > > package you have installed). > > The symbol is in /usr/lib/libldap.dylib, but not in /sw/lib/libldap.dylib. > > Yup, that did the trick. But that implies to me that it's not > actually *using* the openldap-dev package that I've installed during > compilation. It seems that it should either use the include files > and stuff in /sw or not use the libs there... is that a problem with > the port? >
pine doesn't declare any depenency on any openldap* package, so maybe the intent was to be OK with the system's version. pine-ssl, on the other hand, does want openldap-ssl-dev (not openldap23-dev). > Workarounds: put -L/usr/lib before -L/sw/lib (might break other > things); modify the dependencies so that you can't install pine if you > have openldap23-dev installed (ugly) Not really that ugly. A BuildConflicts: openldap23-dev would work straighforwardly, and would swap openldap23-dev out for the build. You wouldn't need to play any -L ordering games that way. > -- > Mark J. Reed <[EMAIL PROTECTED]> > -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
