Displaying 2 results from an estimated 2 matches for "bsloadlibs".
2004 Aug 06
2
Is the list alive?
And more importantly (for me) - Can I ask question about Shout.pm?
<p>Anders Jensen
System devel.
Cybercity.dk, OSS projektet
----
<erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it
works completely, I just can't figure out where in my apartment it is.
Sig. provided by www.bash.org
--- >8 ----
List archives: http://www.xiph.org/archives/
2004 Aug 06
2
Is the list alive?
...lib/arch/auto/Shout/Shout.so] Error 1
[root@b5fie Shout-1.0]#
--
If I remove -lshout (Since it says Shout *migth need* other libraries) from
following section Makefile:
--
# Shout might depend on some other libraries:
# See ExtUtils::Liblist for details
#
EXTRALIBS = -lshout
LDLOADLIBS = -lshout
BSLOADLIBS =
LD_RUN_PATH = /usr/lib
--
It compiles and installs.
But it does work - fails when used / tested with :
--
[root@b5fie Shout-1.0]# perl test.pl
1..3
ok 1
perl: relocation error:
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Shout/Shout.so: undefined
symbol: shout_init_connection
--
Now I am...