This is a discussion on Re: rpath on fedora/redhat when building postfix from source... within the mailing.postfix.users forums, part of the Mail Servers and Related category; yeah, it must be incorrect, it gets me past my first issue, but then it comes back after I do ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
yeah, it must be incorrect, it gets me past my first issue, but then it
comes back after I do a make install... I get bin/postconf: error while loading shared libraries: libsasl2.so.2: cannot open shared object: No such file or directory confused... On Tue, 2004-04-06 at 23:49, Rob Foehl wrote: > On Tue, 6 Apr 2004, Jonathan Villa wrote: > > > I'm trying to do > > > > make makefiles CCARGS='-DUSE_SASL_AUTH -I/usr/local/include/sasl' \ > > AUXLIBS='-L/usr/local/lib -lsasl2' > > > > and the example I am using (from Postfix book) says that I may need to > > provide a path to my libraries to the runtime linker. The example the > > author shows is : > > > > AUXLIBS='-L/usr/local/lib -lsasl2 -rpath /usr/local/lib' > > > > however on Fedora there doesn't seem to be a rpath, but there is > > /usr/share/gettext/config.rpath which produces some examples, but not > > sure which to try, or more specifically the syntax... > > Did you actually get an error? Explicitly setting -rpath shouldn't be > necessary in most cases, and if you don't know why you'd need it, you > almost certainly don't... > > The example you listed in your second message is grossly incorrect and > still presumably unnecessary.. > > -Rob |