Am 19.07.2013 15:02, schrieb Paul J Stevens:
> On 07/19/2013 02:52 PM, Paul J Stevens wrote:
>>
>> To repeat:
>>
>> What does the report at the end of a configure run say?
>> Where are modules installed?>

build-log attached

> And what do the logs say about where the modules are expected?
> 
> Location is hard-coded with configure --libdir=<directory>
> 
> After that dbmail tries to load them from <directory> unless you
> specified a library_dir in dbmail.conf

this is called RPATH and strongly discouraged

that's why the sed below removes this and the package installs
"/etc/ld.so.conf.d/dbmail-x86_64.conf" containing "/usr/lib64/dbmail"

sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' -e
's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
___________________________________

why are the libraries no simply installed to libdir (/usr/lib64 or /usr/lib on 
i686)?

Attachment: dbmail-build.log.tar.gz
Description: application/gzip

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to