ABEL (Allen Bradley libs) installation

M

Thread Starter

Martin

After successfully compiling ABEL and make install on a Linux Fedora Core 4 System, I get:

slcread: error while loading shared libraries: libabplc5.so: cannot open shared object file: No such file or directory

no matter what I try to start. I tried everything alreday, moved libabplc5.so to all kind of different places, did chmod 777 and so on... no success.

Somebody any experiences? Thanks.

Martin
 
libabplc5.so is installed in /usr/local/lib. You need to add /usr/local/lib to the /etc/ld.so.conf file so that it is visible.
 
Thanks a lot! Had this figured out also. Works great!

Another interesting phenomenon:
(FC5 (Fedora Core 5) doesn't have the 'dinstall' shell command anymore. :-( so the Abel Makefile - make install - doesn't work anymore. You have to do it by hand i guess or rewrite the Makefile.
 
Top