LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-14-2003, 12:49 PM   #1
zoomzoom
Member
 
Registered: Aug 2003
Posts: 55

Rep: Reputation: 15
Unhappy findutils problem


Hi,

i just compiled findutils-4.1.20 with the following options:

./configure --prefix=/mnt/hda3 --disable-nls LDFLAGS="-static"
make
make install

Now when i execute it, it fails with this error:

find .: value too large for defined data type

Please can anybody help me?

Bye
 
Old 09-14-2003, 02:53 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
I'll try to help. You installed to /mnt/hda3. /mnt is usually reserved for mount points to mount partitions, devices, etc., and not used as a directory in which to install software. hda3 should be listed in /etc/mtab if it's a mounted partition or device. If it's not in mtab, look in /etc/fstab. If you find it there, but not in mtab, it's available to mount. The line in fstab should begin with something like '/dev/hda3' which you may have pointed to the mount point /mnt/hda3. So the line in fstab would read '/dev/hda3 /mnt/hda3' which means mount the device /dev/hda3 on mount point /mnt/hda3. You can then mount the partition like this: mount /dev/hda3 (specifying only the device to mount), or like this: mount /dev/hda3 /mnt/hda3 (specifying the device to mount and the mount point).
You can try to reinstall, but this time ./configure --prefix=/usr/local or some other directory in which to install (instead od mount point).
NOTE: by trying to install to the partition as in your first attempt, you may have overwritten the raw partition. If so, I hope there wasn't anything important there.
 
Old 09-14-2003, 03:50 PM   #3
zoomzoom
Member
 
Registered: Aug 2003
Posts: 55

Original Poster
Rep: Reputation: 15
the partition was correctly mounted, i'm sure, because findutils installed (copied) correctly to it... (and it was also listed in mtab)

however, i tried installing to a different directory (as you recommended /usr/local), but i didn't help...

It seems to build/install correctly but when i want to launch it (the compiled 'find' program), it says 'value too large for defined data type'...
i know, this wasn't very clear in my first post. sorry...
 
Old 09-23-2003, 11:08 AM   #4
zoomzoom
Member
 
Registered: Aug 2003
Posts: 55

Original Poster
Rep: Reputation: 15
Well, i left the LDFLAGS="-static" and after setting LD_LIBRARY_PATH correctly, and it worked (even though i compiled it dynamically and not using a libc in the runtime evironment!) WOHOO!
 
  


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
SUSE 9.2: findutils.rpm install problem frisco-driver SUSE / openSUSE 1 03-16-2005 03:23 AM
perl problem? apache problem? cgi problem? WorldBuilder Linux - Software 1 09-17-2003 07:45 PM
Installing findutils-4.1, ch. 6, make options itsjustme Linux From Scratch 7 07-24-2003 03:10 PM
error findutils.. sapilas Linux From Scratch 2 05-16-2002 02:35 PM

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

All times are GMT -5. The time now is 05:07 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