Jump to content

./configure error


Recommended Posts

ive been trying to install thunderbird and followed the faqs on the home page.everything went well until it came to ./configure.....then i got "no such file or directory." it was a tar gz which i extracted and cd to file and then i got the error

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

./configure is the first step in compiling from source.

What you downloaded is probably a binary package instead of a source package. So try this instead, in the directory where the .tar.gz is unpacked:

./thunderbird

 

Yves.

Link to comment
Share on other sites

You must install the missing libstdc RPM. Assuming that urpmi is already set, simply do

urpmi libstdc++6

But better do "urpmi mozilla-firefox" instead. This will install Firefox AND all missing dependencies.

Edited by scarecrow
Link to comment
Share on other sites

this is the error message i get. ive tried 3 different downloads from 3 different sites

The following packages have bad signatures:

/var/ftp/pub/Mandrakelinux/media/main3/mozilla-thunderbird-1.0.2-2mdk.i586.rpm:Missing signature (Could not read lead bytes)

Do you want to continue installation ? (y/N)

Link to comment
Share on other sites

i just tried ./thunderbird and received the followering message

./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannotopen shared object file: No such file or directory

 

 

root@xphost john]# urpmi libstdc++6

The package(s) are already installed

[root@xphost john]# urpmi mozilla-firefox

The package(s) are already installed

The tarball wants 5 not 6

 

urpmf libstdc++.so.5

will tell you what pkg has libstdc++.so.5

 

Bad SIG and can't install? That's a new one for me. Use rpmdrake and tell it to ignore the Bad SIG and install anyway.

Link to comment
Share on other sites

You can use the --no-verify-rpm option at the command line which deactivates rpm signature checking. Note that it is a security risk if someone altered that package. But since I have seen that message myself a lot of times it's likely just the package managers bug.

So the command is

urpmi --no-verify-rpm mozilla-thunderbird

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...