Re: wxEuphoria v0.10.0 - wxeud.e:758
- Posted by John Rebert <trebert at telia.com> Jun 27, 2007
- 735 views
Jerry Story wrote: > > Jerry Story wrote: > > > > Matt Lewis wrote: > > > > > Try specifying the full path: > > > > > > $ /lib/ld-linux.so.2 /usr/local/lib/libwxeu.so > > > > > > If that works, then the problem would seem to be that ldconfig wasn't > > > run properly. If it doesn't then we'll go from there. > > > > > > Matt > > > > ~$ /lib/ld-linux.so.2 /usr/local/lib/libwxeu.so > > /usr/local/lib/libwxeu.so: error while loading shared libraries: > > libtiff.so.3: > > cannot open shared object file: No such file or directory > > I installed some libtiff stuff using the Synaptic Package Manager > but I get the same result. > > What do I gotta do about libtiff? Sorry for jumping in but I guess I know something about this. Ubuntu 7.04 use libtiff4 which is the only version available by Synaptics repo's. You need libtiff3 but might be ok if you make a symlink to libtiff4. I don't know if the libs are compatible but it's worth a try. John