Bowie Bailey writes:

Anyone have any ideas?

If the line in the spec file reads:

PATH=/usr/bin:$PATH %configure -C --with-redhat --without-authsqlite
--without-authmysql --with-ltdl-lib=/usr/lib
or
PATH=/usr/bin:$PATH %configure -C --with-redhat --without-authsqlite
--without-authmysql

Then I get the error:
configure: error: invalid ltdl library directory: `/usr/lib'

If it reads:
PATH=/usr/bin:$PATH %configure -C --with-redhat --without-authsqlite
--without-authmysql --with-ltdl-lib=/usr/lib64

Then I get the error:
configure: error: invalid ltdl library directory: `/usr/lib64'

I think all of the libtool and ltdl packages are installed.
libtool-ltdl-2.2.6-15.5.el6.x86_64
libtool-2.2.6-15.5.el6.x86_64
libtool-ltdl-devel-2.2.6-15.5.el6.x86_64

This is for installing courier-authlib-0.65.0 on CentOS 6.5 x86_64.
(0.66.1 builds fine, but I would prefer to build this one first so I can
copy over my old config and then do the upgrade on the new system.)

Any suggestions, ideas, or wild guesses appreciated...  :)

Try adding before %configure

libtoolize -f
aclocal
autoheader
automake
autoconf


Attachment: pgpftVjGObFNd.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to