Mailing List Archive

setup fails
I installed all required packages on my redhat system,
mythtv code compiled and installed fine, mysql db is set
up. But when i run setup i get this error message

./setup: error while loading shared libraries:
libmyth-0.7.so.0: cannot open shared object
file: No such file or directory

I even recompiled the setup program, just in case, but to
no avail.

the results of `locate libmyth-0.7.so.0` show

/usr/local/lib/libmyth-0.7.so.0.7.0
/usr/local/lib/libmyth-0.7.so.0
/usr/local/lib/libmyth-0.7.so.0.7

Im quite new to linux so maybe this is something simple
im away from my system now so i cant try this but could
it be that /usr/local/lib/ isnt in the library search path,
i thought that would be standard though.

Thanks in advance for any help,
Dek
Re: setup fails [ In reply to ]
add '/usr/local/lib' to /etc/ld.so.conf and run ldconfig.

-j



On Fri, 2003-02-14 at 13:11, Declan Shanaghy wrote:
> I installed all required packages on my redhat system,
> mythtv code compiled and installed fine, mysql db is set
> up. But when i run setup i get this error message
>
> ./setup: error while loading shared libraries:
> libmyth-0.7.so.0: cannot open shared object
> file: No such file or directory
>
> I even recompiled the setup program, just in case, but to
> no avail.
>
> the results of `locate libmyth-0.7.so.0` show
>
> /usr/local/lib/libmyth-0.7.so.0.7.0
> /usr/local/lib/libmyth-0.7.so.0
> /usr/local/lib/libmyth-0.7.so.0.7
>
> Im quite new to linux so maybe this is something simple
> im away from my system now so i cant try this but could
> it be that /usr/local/lib/ isnt in the library search path,
> i thought that would be standard though.
>
> Thanks in advance for any help,
> Dek
>
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-users
Re: setup fails [ In reply to ]
make sure /usr/local/lib is in /etc/ld.so.conf and run (as root)
'ldconfig'.

-Beev

On Fri, 2003-02-14 at 14:11, Declan Shanaghy wrote:
> I installed all required packages on my redhat system,
> mythtv code compiled and installed fine, mysql db is set
> up. But when i run setup i get this error message
>
> ./setup: error while loading shared libraries:
> libmyth-0.7.so.0: cannot open shared object
> file: No such file or directory
>
> I even recompiled the setup program, just in case, but to
> no avail.
>
> the results of `locate libmyth-0.7.so.0` show
>
> /usr/local/lib/libmyth-0.7.so.0.7.0
> /usr/local/lib/libmyth-0.7.so.0
> /usr/local/lib/libmyth-0.7.so.0.7
>
> Im quite new to linux so maybe this is something simple
> im away from my system now so i cant try this but could
> it be that /usr/local/lib/ isnt in the library search path,
> i thought that would be standard though.
>
> Thanks in advance for any help,
> Dek
>
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-users
Re: setup fails [ In reply to ]
Oops, the path command should be:
PATH=/tmp/tmp:$PATH

> As root try the following:
>
> mkdir /tmp/tmp
> echo "#!/bin/sh" > /tmp/tmp/strip
> chmod 755 /tmp/tmp/strip
> PATH=/tmp/tmp/strip:$PATH
> export PATH
>
>
> Then cd into the mythtv build directory and do a "make install"
>
>> I built and installed mythtv on a Redhat 9 box, and got as far as 9.1
>> in the HOWTO document where you run setup. If I run setup, it tells
>> me: Could not find theme: blue
>> Couldn't find theme blue
>> .. and dies. The blue theme is definitely there, along with all the
>> other included themes, in /usr/local/share/mythtv/themes. What gives?
>> Is there some path setting somewhere I can check?
>>
>> pete
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users@snowman.net
>> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users