Author |
Message |
|
Linux Ubuntu 10.4_64
prpclient v3.2.5
I have this message on start up
./genefer: not found
Unable to determine version from './genefer'
[2010-05-17 00:56:35GMT] PRPNet Cliebt application v3.2.5 started
then running Wu's
dir's has the file in them
prpclient.ini seems fine ???????
working on GCW13, ESP, PPSEhigh, & PPSElow
Steve
BTW: when are credits going to be turned to cobblestones..... I should be in the pink when you do? :) no rush
____________
From the High Desert in New Mexico
|
|
|
rogueVolunteer developer
 Send message
Joined: 8 Sep 07 Posts: 1249 ID: 12001 Credit: 18,565,548 RAC: 0
 
|
Linux Ubuntu 10.4_64
prpclient v3.2.5
I have this message on start up
./genefer: not found
Unable to determine version from './genefer'
[2010-05-17 00:56:35GMT] PRPNet Cliebt application v3.2.5 started
then running Wu's
dir's has the file in them
prpclient.ini seems fine ???????
Interesting. If you type "./genefer" and hit enter from the client directories command line, what happens? I can only guess that there is a problem with the file or the ini file. |
|
|
|
Linux Ubuntu 10.4_64
prpclient v3.2.5
I have this message on start up
./genefer: not found
Unable to determine version from './genefer'
[2010-05-17 00:56:35GMT] PRPNet Cliebt application v3.2.5 started
then running Wu's
dir's has the file in them
prpclient.ini seems fine ???????
Interesting. If you type "./genefer" and hit enter from the client directories command line, what happens? I can only guess that there is a problem with the file or the ini file.
....../prpclient-1$ ./genefer
bash: ./genefer: No such file or directory
-----------------------------------------------------------------------------------
it's there (ls -all)
-rwxr-xr-x 1 steve steve 40200 2010-05-15 12:33 genefer
-----------------------------------------------------------------------------------
the prpclient.ini line:
geneferexe=./genefer
-----------------------------------------------------------------------------------
BTW I just downloaded it a few days ago and Upgraded a fresh install
to Ubuntu 10.4 ............... There might be something missing in the OS or a bad dl
What do you think?
on a Ubuntu 9.10 box I get a copyright stuff and a menu
____________
From the High Desert in New Mexico
|
|
|
warddr Volunteer tester
 Send message
Joined: 7 Feb 08 Posts: 254 ID: 18735 Credit: 24,054,820 RAC: 0
           
|
go with commandline to the directory and make genefer executable
chmod +x genefer
maybe that will help.ยต
edit: the file is executable, I should have lookt better
____________
|
|
|
Vato Volunteer tester
 Send message
Joined: 2 Feb 08 Posts: 821 ID: 18447 Credit: 541,125,128 RAC: 603,946
                          
|
What is the output of the following commands:
ls -l ./genefer
file ./genefer
ldd ./genefer
And if you're using the PG packaged prpnet, is it present in ../programs as well?
____________
|
|
|
|
ls -l ./genefer
-rwxr-xr-x 1 steve steve 40200 2010-05-15 12:33 ./genefer
-----------------------------------------
file ./genefer
./genefer: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
------------------------------------------
ldd ./genefer
not a dynamic executable
------------------------------------------
Same output in all dirs programs, prpclient-2, and proclient-2
downloaded prpclient-3.2.5alpha-linux_64 on Sat May 15 @ 12:25:46 MDT
MDT = -7 UTC I think, DayLight Saving alway goofs me up.
steve
BTW It's after 6am here
____________
From the High Desert in New Mexico
|
|
|
Vato Volunteer tester
 Send message
Joined: 2 Feb 08 Posts: 821 ID: 18447 Credit: 541,125,128 RAC: 603,946
                          
|
Since it looks like you have a 64bit system, do you have the ia32-libs package installed to give better 32bit compatibilty?
Under the 32bit package, I get this on a 64bit machine:
prpclient-2$ ls -l ./genefer
-rwxr-xr-x 1 idickins idickins 40200 2010-05-13 09:26 ./genefer
prpclient-2$ file ./genefer
./genefer: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
prpclient-2$ ldd ./genefer
linux-gate.so.1 => (0xf76f9000)
libm.so.6 => /lib32/libm.so.6 (0xf76bb000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf76a2000)
libc.so.6 => /lib32/libc.so.6 (0xf753e000)
/lib/ld-linux.so.2 (0xf76fa000)
Beyond this, I don't have any further ideas...
____________
|
|
|
|
prpclient-2$ ldd ./genefer
linux-gate.so.1 => (0xf76f9000)
libm.so.6 => /lib32/libm.so.6 (0xf76bb000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf76a2000)
libc.so.6 => /lib32/libc.so.6 (0xf753e000)
/lib/ld-linux.so.2 (0xf76fa000)
Beyond this, I don't have any further ideas...
I installed ia32
I have the same as you now execpt what is in (????)
I assume that they are memory address on my machine
/prpclient-1$ ldd ./genefer
linux-gate.so.1 => (0xf772a000)
libm.so.6 => /lib32/libm.so.6 (0xf76e6000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf76cd000)
libc.so.6 => /lib32/libc.so.6 (0xf7572000)
/lib/ld-linux.so.2 (0xf772b000)
Restarted the client and the message is gone.........
Looks like everything is working
Thank, Vato, Ward, Rogue
for your help
Steve Martin
____________
From the High Desert in New Mexico
|
|
|
|
I have the same as you now execpt what is in (????)
I assume that they are memory address on my machine
Yes. The addresses vary with every invocation of ldd because of the "Address Space Layout Randomization" feature that was introduced to make some kind of attacks harder.
____________
|
|
|