Re: Please help me install everybuddy! - Solaris 8
Mark Fincham <[email protected]>
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your continued help and support with this but I'm still experiencing problems... I changed the install directory to /usr/local/every on line two of the install.sh script and also removed the "read" command from line 13. Everybuddy now installs correctly but when I try and run it.... # pwd /usr/local/every/bin # ls -l total 1168 -rwxr-xr-x 1 root root 585360 Mar 23 16:05 everybuddy # # ./everybuddy ld.so.1: ./everybuddy: fatal: libltdl.so.3: open failed: No such file or directory Killed # I tried searching under /usr/local/ for this file but I can't find it, it just aint there! # find /usr/local/ -name \*tdl\* /usr/local/include/c++/3.2.2/cstdlib /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.2/include/iso/stdlib_iso.h # If you can suggest any further ammendments I would sppreciate the help. regards mark Toby A Inkster wrote: >Ooops. Meant to CC this to the list. > > > > > ------------------------------------------------------------------------ > > Subject: > Re: [Everybuddy] Please help me install everybuddy! - Solaris 8 > From: > Toby A Inkster <[email protected]> > Date: > Sun, 23 Mar 2003 18:52:09 +0000 > To: > Mark Fincham <[email protected]> > > >On Sun, Mar 23, 2003 at 11:48:51AM -0700, Mark Fincham wrote: >| Thanks for the suggestion but it didn't work? If you have any ideas >| please let me know as I just can't get this to work! >| >| # ./install.sh /usr/local/bin/ > >The install command doesn't accept any arguments, it installs into /usr. >If you open install.sh in a text editor, you can change where it >installs into on line 3, e.g: > >EBPREFIX=/usr/local > >| -------------------------------------------------------------- >| Everybuddy 0.4.2 >| For SUN Solaris 8 (Sparc) >| -------------------------------------------------------------- >| >| Press RETURN to contine or CTRL+C to quit. >| ./install.sh: read: missing arguments >| # > >Open up install.sh in a text editor and remove line 13 entirely. > > >