LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-15-2005, 07:38 PM   #16
ButterflyTouch
LQ Newbie
 
Registered: Jan 2005
Location: Yorkshire UK
Distribution: Fedora Core3
Posts: 5

Rep: Reputation: 0

_J

Thank you for all your help so far, it seems to make sense what you are saying, however just gone to install the development tools (my fault I did a custom install & took them out) and it tells me it cannot continue because libselinux, pam, krb5-libs & libxml2 are not located on my system. I then went to the RPM's on the DVD & tried to install each one of them, but they all came back as installed. AAAAAAAAAAAAAAAArgh

It almost makes me want to give it up & go back to Mr Gates, somebody please stop me doing that !!!!!
 
Old 01-15-2005, 07:50 PM   #17
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you are using Mandrake, install packages using urpmi instead of installing individual rpms. There is more information about urpmi at zebulon.org.uk and easyurpmi.

If using Fedora or Redhat, you can use apt and synaptic or yum. You can get these at fedora.us or freshrpms. More nformation on using the tools I mentioned above is available on the web.
 
Old 01-15-2005, 07:57 PM   #18
ButterflyTouch
LQ Newbie
 
Registered: Jan 2005
Location: Yorkshire UK
Distribution: Fedora Core3
Posts: 5

Rep: Reputation: 0
Sorry should have said using Fedora Core3, just tried yum install ***** each package & Fedora came back each time with the helpful nothing to do

[root@butterflytouch lib]# yum install libxml2
Setting up Install Process
Setting up Repo: base
repomd.xml 100% |=========================| 1.1 kB 00:00
Setting up Repo: updates-released
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
updates-re: ################################################## 506/506
Nothing to do

So as it's 2am I'm off to bed tonight but again would be very grateful of any help,
 
Old 01-15-2005, 09:21 PM   #19
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to install the devel files e.g

#yum instal libxml2-devel

If you are installing quite a few packages it maybe better to use apt and it's GUI interface synaptic.
 
Old 01-17-2005, 06:39 AM   #20
danielganea
LQ Newbie
 
Registered: Jan 2005
Location: Romania
Distribution: Slackware 10.1
Posts: 14

Rep: Reputation: 0
download kernel-headers package for your linux distribution,install him,and the problem is gone
 
Old 01-19-2005, 03:39 PM   #21
sybille
Member
 
Registered: Dec 2004
Location: France
Posts: 41

Rep: Reputation: 15
I've been having this same problem in Slackware 10.0. I installed on a base of Zipslack, only adding the libraries and packages I needed - this explains why I was missing the files.

Here are the packages I ended up needing:

binutils-2.15.90.0.3-i486-1.tgz
gcc-3.3.4-i486-1.tgz
gcc-g++-3.3.4-i486-1.tgz
kernel-headers-2.4.26-i386-3.tgz
make-3.80-i386-1.tgz

All of this is posted earlier in the thread, but I thought it might be worth putting together the list that worked for me in case someone else finds it.

The specific packages needed would depend on the distribution, of course.

 
Old 01-27-2005, 05:40 AM   #22
BigMoby
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
For slackware

...very simple and fast in slackware!
...install the slackpkg package
Use this command from shell:
slackpkg install kernel-headers


...sorry for my bad english, I'm italian!
 
Old 01-27-2005, 11:55 AM   #23
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
I'm running FC3 2.6.10 ... I have this problem. However I can't seem to find the RPMs or what not to fix it. If anyone could give me the yum command for the packages I need to fix this it would be VERY helpful.

I've tried a ton of things...I even tried the Add/Remove applications through X...I was just going to add the development section but it gives me a bunch of problems since I already updated my system.

Anyhelp for us Fedora Core 3 users would be very helpful!
 
Old 01-28-2005, 06:16 AM   #24
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Can anybody help me here? PLZ
 
Old 01-28-2005, 06:18 AM   #25
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
what do you have installed already and what do you need that it complains about
 
Old 01-28-2005, 06:21 AM   #26
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
I guess what ever is supposed to go in the /lib/cpp folder is what I'm missing...

when I try to compile something it fails sanity check due to c++...

If you read the thread I have the same problem but I just haven't seen what packages I need for Fedora Core 3.... Thanks for they help
 
Old 01-28-2005, 06:29 AM   #27
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
yes I know the problem but I need to know if you have things like gcc, binutils, make, and such installed (the main one here being gcc, as that is the package that has /usr/bin/cpp (which is symlinked to /lib/cpp for compatibility with older progs)).

if you have gcc and g++ installed, use yum to install the other packages from the list on the other page of this thread. (you will need most of those if not now, then later)
 
Old 01-28-2005, 06:39 AM   #28
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
maybe I missing something....or you can call me stupid or whatever...I'm probably over reading it...I've been working 12 hours a day for to long now. But what exactly do I do to get yum to get a package? With GCC or whatever if I remember right I just did yum install gcc..but now I just get the nothing to do message..Sorry to bother you man. I just want to get away from Windows all the way. lol specially with that new piracy patch coming up.
 
Old 01-28-2005, 06:49 AM   #29
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
try this link:

http://www.fedora.us/wiki/FedoraHOWTO

I would give you detailed info on exactly what to do, but I've never used Fedora or yum

also see this:

http://www.linuxquestions.org/questi...ora+core+3+yum

its not exactly related to your problem, but it deals with FC3 and yum and has more links on how to set it up.
 
Old 03-15-2005, 01:18 AM   #30
cyborg_jt
Member
 
Registered: Jan 2004
Location: New Zealand
Distribution: 2.6.11-gentoo-r3
Posts: 120

Rep: Reputation: 15
apperantly if you install kernel-headers it will fix this problem

http://www.linuxquestions.org/questi...s+sanity+check
I am suffering with the same problem, gona try it out tonight
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error: C++ preprocessor "/lib/cpp" fails sanity check marek345 Linux - Software 4 11-06-2008 09:49 AM
c++ preprocessor "/lib/cpp" fails sanity check... siuyiu Mandriva 1 10-06-2005 05:49 PM
C preprocessor "/lib/cpp" fails sanity check silver05 Linux - Software 3 08-25-2005 05:02 AM
C++ preprocessor "/lib/cpp" fails sanity check Rundi Linux - Networking 2 07-07-2005 08:21 AM
error: C preprocessor "/lib/cpp" fails sanity check Master Fox Linux - Software 0 10-14-2004 03:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration