Results 1 to 10 of 13
hey im trying to copy a file... ill show you what im doing
Code:
root@Linux_Box:/opt/ymessenger/lib# /usr/bin/ymessenger
/usr/bin/ymessenger: line 4: /opt/ymessenger/bin/ymessenger.bin: No such file or directory
/usr/bin/ymessenger: line 4: exec: /opt/ymessenger/bin/ymessenger.bin: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2008 #1
copy paste via terminal
hey im trying to copy a file... ill show you what im doing
i need ymessenger.bin in 2 places it seems, so how do i copy/paste it in the terminal (yes the file is currently in /usr/binCode:root@Linux_Box:/opt/ymessenger/lib# /usr/bin/ymessenger /usr/bin/ymessenger: line 4: /opt/ymessenger/bin/ymessenger.bin: No such file or directory /usr/bin/ymessenger: line 4: exec: /opt/ymessenger/bin/ymessenger.bin: cannot execute: No such file or directory root@Linux_Box:/opt/ymessenger/lib# cp ymessenger* /opt/ymessenger/lib cp: cannot stat `ymessenger*': No such file or directory root@Linux_Box:/opt/ymessenger/lib# cp ymessenger.bin /opt/ymessenger/lib cp: cannot stat `ymessenger.bin': No such file or directory root@Linux_Box:/opt/ymessenger/lib# cp ./ymessenger.bin /opt/ymessenger/lib cp: cannot stat `./ymessenger.bin': No such file or directory
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-07-2008 #2Just Joined!
- Join Date
- Jan 2008
- Posts
- 25
Its not clear from your post what you want to copy. Can you provide some more detail.
It seems that you have a binary file ymessenger which you want to copy? then why are you using ymessenger*? for this you should have some file ymessenger followed by something. It also seems that you do not have ymessenger.bin file in that directory.
- 02-07-2008 #3
i am trying to copy the ymessenger.bin file, which is definitely in /usr/bin and paste it into the /opt/ymessenger/bin folder. i tried # cp ymessenger.bin /opt/ymessenger/bin and i get this
Code:root@Linux_Box:/opt/ymessenger/lib# cp ymessenger.bin /opt/ymessenger/bin cp: cannot stat `ymessenger.bin': No such file or directory
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-07-2008 #4
well i got that fixed but now i have this problem:
Code:/usr/bin/ymessenger.bin: error while loading shared libraries: libgdk_pixbuf.so.2: cannot open shared object file: No such file or directory
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-07-2008 #5
That package is provided by gtk (can't remember whether its gtk or gtk2). On some distros its provided as libgdk_pixbuf or gdk_pixbuf.
- 02-07-2008 #6
- 02-14-2008 #7
Again not OT, but yes, if you start up X, pidgin is preinstalled for you. It's great!
- 02-16-2008 #8please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-16-2008 #9I don't think Pidgin can do that. AMSN can, but I think it doesn't support the Yahoo protocol.
Originally Posted by stinkoman Can't tell an OS by it's GUI
- 02-16-2008 #10
hmm yahoo and msn (windows style) can chat with eachothr, so youre sure about that?
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038


Reply With Quote

