On Fri, Nov 04, 2005 at 04:40:38PM -0500, Massimiliano Pala wrote: > I am uploading the code to our ftp server (ftp://ftp.openca.org) today. > (version 1.1a). Please if you test it on different platforms, just report > it to the list so we can add (if everything works out of the box as in > MacOS) it among the supported platforms.
It compiles just like the 1.0.6 series on Solaris 10. In particular, you need a dirty hack to libtool in order to avoid this error message: libtool: link: cannot find the library `/export/builds/s10-release/s10_ccd_03/usr/src/cmd/openldap/ope nldap-2.2.17/libraries/liblber/liblber.la' Dirty hack is add at line 2348 of libtool this thing: libs=`echo $libs | sed -e 's/\/export\/builds\/s10-release\/s10_ccd_03\/usr\/src\/cmd\/openldap\/openldap-2.2.17\/libraries\/liblber\/liblber.la //'` Cheers -- Guillaume Tamboise "First they ignore you, then they laugh at you, then they fight you, then you win." -- Gandhi ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
