Progress 9.1C on Redhat 9 glibc prob

oshan

New Member
Hey all,

Just wondering if anyone has installed 9.1c on Redhat 9 yet. Seem to be a few problems to do with the new glibc this version of Redhat uses.

Install goes fine, database start up okay, but on starting them with a service i get the following.

15:40:19 BROKER 0: Started for bur_dpsv using TCP, pid 920. (5644)
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be fixed.

I get the error above on starting.but it does not seem to affect running client netwotking, but I cant seem to get a connection via the appserver .

Anyone played with this yet at all? or seen this prob???
 
RE Redhat 9 Glibc prob

Oshan,

I don't know whether you are still requiring an answer but here goes.

Make sure you have compat-gcc-7.3.rpm installed then set the environment variable LD_ASSUME_KERNEL to "2.4.1".

I recommend setting it in /etc/profile as follows

export LD_ASSUME_KERNEL="2.4.1"

Hope that helps (will probably also work for the Redhat ES 3 posting as well).

If you do a google search for "incorrectly built binary"

the results will explain it better than I can.

Cheers

Dan

oshan said:
Hey all,

Just wondering if anyone has installed 9.1c on Redhat 9 yet. Seem to be a few problems to do with the new glibc this version of Redhat uses.

Install goes fine, database start up okay, but on starting them with a service i get the following.

15:40:19 BROKER 0: Started for bur_dpsv using TCP, pid 920. (5644)
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be fixed.

I get the error above on starting.but it does not seem to affect running client netwotking, but I cant seem to get a connection via the appserver .

Anyone played with this yet at all? or seen this prob???
 
Back
Top