cloudy

Author Topic: Centos 6.2 64-bit Install  (Read 1456 times)

0 Members and 1 Guest are viewing this topic.

Offline Sfixphdi

  • Posts: 2
  • OS/Browser:
  • (Linux Mint)
  • Firefox 10.0.3
Centos 6.2 64-bit Install
« on: April 11, 2012, 12:21:45 AM »
Good day, all.  Anyone installed WD on Centos 6.x 64-bit yet.  Just tried with 6.2, and got this far:

[sfixphdi@server wdisplay]$ ./GoWeather.sh
./GoWeather.sh: ./WeatherD: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Need to get the program running so I can then sort out how to transfer my configs from Windows! :)

Thanks!
Phil
http://wx.aprsca.net

Offline ThrashCardiom

  • Posts: 23
  • OS/Browser:
  • (Linux Mint)
  • Firefox 8.0
Re: Centos 6.2 64-bit Install
« Reply #1 on: April 16, 2012, 04:00:09 PM »
cd into /lib.   Run  'ls -l ld-2.12.so'.  Does it exist?   If so create a soft symbolic link to it.

/lib/ld-linux.so.2 -> ld-2.12.so

If the library doesn't exist, you will need to install it.

You may also need to copy some of the lib files in the deploy directory to /lib.   

NOTE: I run wdconsole on a vmware guest that ONLY runs wdconsole.  Doing the above may break your installation for other programs.