Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Showing posts with label LD_LIBRARY_PATH. Show all posts
Showing posts with label LD_LIBRARY_PATH. Show all posts

Tuesday, November 27, 2007

ld.so.1: vi: fatal: relocation error

While trying to solve the issue in the previous post, I had modified the LD_LIBRARY_PATH to include /usr/ucblib directory. This was the result:

$vi
ld.so.1: vi: fatal: relocation error: file /usr/bin/vi: symbol cur_term: referenced symbol not found

unset LD_LIBRARY_PATH

vi worked fine. /usr/ucblib directory should not be in the $LD_LIBRARY_PATH. If it is, you'll get this error.