Re(2): [Exim] Build errors

Top Page
Delete this message
Reply to this message
Author: Bryan McWhirt
Date:  
To: jpk28
CC: exim-users
Subject: Re(2): [Exim] Build errors
Thanks, I missed the pq the previous error was that it couldn't find
mysqlclient but I guess I fixed that and didnt realize it. I realy should
walk away from the computer every few hours and forget what Im doing so I
have to re-read everything. It's all compiled, thanks!

Bryan


jpk28@??? writes:
>> -ldb -lresolv -L/usr/local/lib/mysql -lmysqlclient -lpq
>> /usr/i386-slackware-linux/bin/ld: cannot open -lpq: No such file or
>> directory
>> collect2: ld returned 1 exit status
>
>The error appears to be that it can't find libpq - do a locate on that,
>I've no idea what it is off the top of my head, but I suspect that it
>shouldn't be there. If you can't find a libpq.<something> then delete
>the -lpq, and see if that compiles. If you do have one then use
>something like -L/path/to/libpq (and you may need -R/path/to/libpq as well
>if it isn't in your search path - or edit your ldconfig stuff.
>
>> Bryan McWhirt
>> iceberg@???
>>
>
>Julian