LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   "No such file or directory" on existing file (https://www.linuxquestions.org/questions/debian-26/no-such-file-or-directory-on-existing-file-480886/)

G00fy 09-06-2006 06:40 AM

"No such file or directory" on existing file
 
Hi,


I have a very weird issue on my Debian etch:

Code:

-rwxr-xr-x 1 root root 15645 2006-09-06 14:33 /usr/bin/dos2unix
-rwxr-xr-x 1 root root 15589 2006-09-06 14:33 /usr/bin/unix2dos

Code:

steven@sqlbe:/usr/bin$ unix2dos
-bash: /usr/bin/unix2dos: No such file or directory
steven@sqlbe:/usr/bin$ dos2unix
-bash: /usr/bin/dos2unix: No such file or directory
steven@sqlbe:/usr/bin$ azeazeazeaqsdqsdkqjsdmlqsjdq
-bash: azeazeazeaqsdqsdkqjsdmlqsjdq: command not found


What can I do to resolve this? It's not that the command doesn't know where to find dos2unix, but still it says it doesn't know it...


Thanks for any help :)

G00fy 09-06-2006 06:48 AM

Ok, never mind this question...
What the problem was is:

* dos2unix comes from an other (redhat) system. Why is that the fromdos-command doesn't have some of this options.
* dos2unix had 2 links. 1 to /lib/ld-linux.so.2 and 1 to libc.so.6. The 2nd one was OK. But for the first one I had to install libc6-i386 (32 bit libraries for AMD64-release).


Greetz!


All times are GMT -5. The time now is 09:44 AM.