Operating System - HP-UX
1840620 Members
2439 Online
110166 Solutions
New Discussion

Where can I get liblua.sl

 
David Lockwood
Advisor

Where can I get liblua.sl

I have a new application installed (Fieldview) and it fails to start with the following error:

/usr/lib/dld.sl: Can't find path for shared library: liblua.sl

Can anyone tell me where I can get this library from?

Thanks
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Where can I get liblua.sl

Shalom David,

Seems the question has come up before:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=212328

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=837639

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1012403

Could be as simple as SHLIB_PATH not being set.

See if the file eixsts before you go start looking for it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
V. Nyga
Honored Contributor

Re: Where can I get liblua.sl

Hi,

do a 'find / -name liblua.sl'.
Also with 'ldd ' you can check where the application is looking for the library.
Sometimes also with 'chatr '.

Then do a link to where the application searches (if it's a hard set path).
Or you could try to add the directory of the library to a enviroment variable of the application.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Torsten.
Acclaimed Contributor

Re: Where can I get liblua.sl

I'm pretty sure you received some installation instructions together with the software. Often there are instructions like "add this value to the PATH variable" or something. Did you check this?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!