configure fails

Forums

It seems my Ubuntu 9.04 is missing some needed packages, or I'm doing something wrong.

admin2@bllabubu:~/Desktop/Signature_Install$ source set_sig_path.sh
-bash: setenv: command not found

Is this causing ./configure to fail?
I also attached config.log and config.errors.

Many thanks in advance.

I downloaded install.Linux32.tar
when I wanna execute:

./signature
./signature: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory

libtiff.so.3 is this library part of a bigger package cause I'm having trouble finding it

Thank You

In reply to by bchadmin

Have you tried any of the other executables? You might be missing a TIFF library, in which case you will need to install it on your system.

In reply to by niko

goto user/lib
command "sudo ln -s libtiff.so.4 libtiff.so.3" which basically creates a symbolic link ... libtiff.so.3 is found now...

but now the next thing:
./signature
./signature: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

lt dosn't work here :(
now I run signature (no matter which executable) it just hangs!

In reply to by bchadmin

Hi there,

Have you tried installing stdc++5 in Ubuntu?

Search for stdc++5 in synaptic package manager (System->Administration->Synaptic) and then mark and install it. Or use this console command:
sudo apt-get install libstdc++5

Hope this helps!

In reply to by Alexis

libstdc++5 is not available any more if you search for it BUT it installs with: sudo apt-get install libstdc++5

Thank you very much it's running fine now.

May this thread help ppl which want to use Signature on Ubuntu :)