From: | Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Making a RPM installer |
Date: | 2008-07-10 02:14:19 |
Message-ID: | 4875707B.7080402@doitonce.net.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tried to use "ldd" but i am getting not a dynamic executable
Tom Lane wrote:
> Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au> writes:
>
>> I am building a rpm for RHEL 5
>> The rpm contains a compiled version for postgresql-8.3.3 and tomcat
>> 6 and java 1.6.
>>
>
>
>> When i try to install the rpm on blank test system i get the
>> following dependence issues
>> libodbc.so is needed
>> libodbcinst.so is needed
>>
>
> You must be including more than you said, because AFAIK none of those
> components should depend on libodbc. Try going through all the .so
> files included in the RPM with "ldd" to see which one(s) depend on these
> libraries.
>
> regards, tom lane
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Bright D.L. | 2008-07-10 02:32:14 | Re: SELECT Query returns empty |
Previous Message | Bright D.L. | 2008-07-10 02:05:52 | Re: SELECT Query returns empty |