S
Sam Crow
Hello,
having a little problem loading python modules.. here is the output
from the interactive environment notice import sys worked correctly.
when I do a search in the lib driectory for cgi i can find the modules
there as well
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.2/cgi.py", line 39, in ?
import urllib
File "/usr/local/lib/python2.2/urllib.py", line 26, in ?
import socket
File "/usr/local/lib/python2.2/socket.py", line 41, in ?
from _socket import *
ImportError: ld.so.1: python: fatal: relocation error: file
/usr/local/lib/libcrypto.so.0: symbol __eprintf: referenced symbol not
found
any thoughts?
Thank you,
Sam Crow
having a little problem loading python modules.. here is the output
from the interactive environment notice import sys worked correctly.
when I do a search in the lib driectory for cgi i can find the modules
there as well
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.2/cgi.py", line 39, in ?
import urllib
File "/usr/local/lib/python2.2/urllib.py", line 26, in ?
import socket
File "/usr/local/lib/python2.2/socket.py", line 41, in ?
from _socket import *
ImportError: ld.so.1: python: fatal: relocation error: file
/usr/local/lib/libcrypto.so.0: symbol __eprintf: referenced symbol not
found
any thoughts?
Thank you,
Sam Crow