Re: [Zope] again: install Zope under Solaris 8
30 Oct
2000
30 Oct
'00
7:31 p.m.
Jan-Thies Baehr writes:
.... Has anyone else encountered problems installing Zope (in our case 2.2.2) under Solaris 8? Python is unable to import the ExtensionClass.... ....
ImportError: ld.so.1: /usr/local/bin/python: fatal: relocation error: file /mnt/disk2/homes/wklinik/Zope-2.2.2/lib/python/ExtensionClass.so: symbol PyImport_ImportModule: referenced symbol not found I looks as though Python would not export its symbols to dynamically loaded objects.
In earlier Solaris versions, this was the default behaviour. Other systems require a special linker option to make the symbols visible. Maybe, Solaris 8 does now require special actions, too. On Linux, the option is called "-export-dynamic". Maybe, you consult you linker manual. Dieter
9289
Age (days ago)
9289
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer