trying to install zope 2.0.1.on solaris...
Hi, .I have a question.....can u help me...with this well. the problem is I have downloaded zope 2.0.1and tried to install it with my login(on solaris 5.5.1)....then it gave following error... creating default access file Traceback (innermost last): File "inst/binary_install.py", line 151, in ? if __name__=='__main__': main(sys.argv) File "inst/binary_install.py", line 142, in main import zpasswd; zpasswd.write_access(home, user, group) File "/home/zope2.0.1/zpasswd.py", line 125, in write_access acfile=open(ac_path, 'w') IOError: [Errno 13] Permission denied: '/home/zope2.0.1/access'.... this obviously is because i forgot to notice that i downloaded it as root.....and i didnot have write permission to the directory to which i downloaded ** then i tried to install it as root and it gave me the following error ............ Compiling python modules ld.so.1: /home/zope2.0.1/bin/python: fatal: relocation error: file /home/zope2.0.1/bin/python: symbol fseeko: referenced symbol not found Killed can u help me by telling me what the problem could be.... vinod ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
At 01:09 13/10/99 , vinod tipparaju wrote:
** then i tried to install it as root and it gave me the following error ............ Compiling python modules ld.so.1: /home/zope2.0.1/bin/python: fatal: relocation error: file /home/zope2.0.1/bin/python: symbol fseeko: referenced symbol not found Killed
Sounds like you are using the binaries for Solaris, and it has been linked against a different version of the system libraries or something. Try the source download instead. If you have Python 1.5.2 installed on your machine, compiling Zope is usually a breeze. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
Martijn Pieters wrote:
Sounds like you are using the binaries for Solaris, and it has been linked against a different version of the system libraries or something. Try the source download instead. If you have Python 1.5.2 installed on your machine, compiling Zope is usually a breeze.
we compiled the binaries on SunOS 5.6. -Michel
participants (3)
-
Martijn Pieters -
Michel Pelletier -
vinod tipparaju