Mailing List Archive

Wackamole error, libtspread.so
Hi all,
It's been a while since I've messed with Spread or Wackamole, and I can't
seem to find my notes on the subjects. At one time I had Wackamole up on
both Solaris and RedHat Linux. Right now I'm attempting to get Wackamole
working on RH Linux 7.3.

After I get Spread installed and talking between two RH boxes, and
compile and install Wackamole, I get the following when I try to run
Wackamole:

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

I'm guessing I just overlooked something between the compiling/installing
of either Spread or Wackamole, but I'm not spotting it. For Spread I did:

useradd spread
mkdir /var/run/spread ; chown spread:spread /var/run/spread
tar xfvz spread*.tar.gz ; cd spread-src-3.17.0
./configure ; make all ; make install
cp -v *.h /usr/local/include

For Wackamole I did:
tar xfvz wackamole*.tar.gz ; cd wackamole-2.0.0
./configure --with-cppflags=-I/usr/local/include
--with-ldflags=-L/usr/local/lib
make all ; make install

TIA,
Jason Roysdon
http://jason.roysdon.net/


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Wackamole error, libtspread.so [ In reply to ]
Your LD_LIBRARY_PATH is not set up.

On redhat, check you /etc/ld.so.conf, make sure /usr/local/lib is in
there. Then run /sbin/ldconfig -v as root. Then try running it again.

So, the problem:

-L/usr/local/lib was specified when you linked, so it found it then,
but the wasn't forced into the linking, so at run time it also needs to
find it and it seems it can't.

On Wednesday, Nov 20, 2002, at 19:50 US/Eastern, Jason Roysdon wrote:

>
>
> Hi all,
> It's been a while since I've messed with Spread or Wackamole, and I
> can't seem to find my notes on the subjects. At one time I had
> Wackamole up on both Solaris and RedHat Linux. Right now I'm
> attempting to get Wackamole working on RH Linux 7.3.
>
> After I get Spread installed and talking between two RH boxes, and
> compile and install Wackamole, I get the following when I try to run
> Wackamole:
>
> wackamole: error while loading shared libraries: libtspread.so: cannot
> open shared object file: No such file or directory
>
> I'm guessing I just overlooked something between the
> compiling/installing of either Spread or Wackamole, but I'm not
> spotting it. For Spread I did:
>
> useradd spread
> mkdir /var/run/spread ; chown spread:spread /var/run/spread
> tar xfvz spread*.tar.gz ; cd spread-src-3.17.0
> ./configure ; make all ; make install
> cp -v *.h /usr/local/include
>
> For Wackamole I did:
> tar xfvz wackamole*.tar.gz ; cd wackamole-2.0.0
> ./configure --with-cppflags=-I/usr/local/include
> --with-ldflags=-L/usr/local/lib
> make all ; make install
>
> TIA,
> Jason Roysdon
> http://jason.roysdon.net/
>
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
> _______________________________________________
> wackamole-users mailing list
> wackamole-users@lists.backhand.org
> http://lists.backhand.org/mailman/listinfo/wackamole-users
>
--
Theo Schlossnagle
Principal Consultant
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
Phone: +1 410 872 4910 x201 Fax: +1 410 872 4911
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7

-----------------------------------------------------------
-- Presenting at ApacheCon --
-- November 18th, 2002 --
-- Las Vegas, Nevada --
-- Backhand: understanding and building HA/LB clusters --
-- http://apachecon.com/2002/US/ --
-- --
-- Learn all there is to know about high availability --
-- internet systems and load balancing techniques --
-- focusing on applications driven by the Apache web --
-- server! --
-----------------------------------------------------------