![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 12:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 10:52 PM |
| "syntax error at line 21 :'done' unexpected." error message" | ibroxy | Shell Programming and Scripting | 3 | 08-08-2007 03:45 AM |
| Help! "Bus error" and "CPU Panic" box wont boot | hcclnoodles | SUN Solaris | 3 | 10-05-2006 01:38 PM |
| question related to command "adduser" | esham | Shell Programming and Scripting | 1 | 04-12-2005 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Friends,
I had been facing the below mentioned Error Messages for the past 2/3 days in my E3500 Server running Solaris 5.6, Situation 1 ---------------------------------------------------------------------- While starting the CRON # /etc/init.d/cron start # ld.so.1: /usr/sbin/cron: fatal: relocation error: file /usr/sbin/cron: symbol audit_cron_is_anc_name: referenced symbol not found # ---------------------------------------------------------------------- Situation 2 ---------------------------------------------------------------------- While Linking Object Files after 'Pro*C' & 'C' Compilation, the below mentioned Error is encountered which is almost similar to the above Error got while starting CRON except the SYMBOL NAME. ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file /usr/lib/libld.so.2: symbol _elf_getxoff: referenced symbol not found ---------------------------------------------------------------------- I had tried to restore the /usr/lib files from the CD, but still getting the same error messages. Kindly help me to resolve this. Warm Regards..... |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
See if you can get cron to fail again. If you can, run the command "ldd -si /usr/bin/cron" and post the output. I can compare your output with mine and see if I can find anything.
|
||||
| Google The UNIX and Linux Forums |