Installation of TextIndexNG 1.07 on Sun Solaris fails
Hi, I have: Zope Version (Zope 2.5.1 (binary release, python 2.1, solaris-2.6-sparc), python 2.1.3, sunos5) Python Version 2.1.3 (#1, Apr 15 2002, 12:32:48) [GCC 2.8.1] System Platform sunos5 and installed TextIndexNG 1.07 in the lib/python/Products, did a python setup.py install restartet Zope and got a broken TextIndexNG. The traceback in the refresh tab says: An exception occurred during the last refresh. Exception type: ImportError Exception value: ld.so.1: /u/wwwZope/ZopeBase/ZSoftwareHome/bin/python: fatal: libgcc_s.so.1: open failed: No such file or directory Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
ensure that the solaris linker can find libgcc_s.so.1. Usually setting LD_LIBRARY_PATH to the /your/gcc-installation/path/lib should solve the problem. -aj --On Donnerstag, 19. Dezember 2002 14:18 +0100 Joachim Schmitz <js@aixtraware.de> wrote:
Hi,
I have:
Zope Version (Zope 2.5.1 (binary release, python 2.1, solaris-2.6-sparc), python 2.1.3, sunos5)
Python Version 2.1.3 (#1, Apr 15 2002, 12:32:48) [GCC 2.8.1]
System Platform sunos5
and installed TextIndexNG 1.07 in the lib/python/Products, did a
python setup.py install
restartet Zope and got a broken TextIndexNG. The traceback in the refresh tab says:
An exception occurred during the last refresh. Exception type: ImportError Exception value: ld.so.1: /u/wwwZope/ZopeBase/ZSoftwareHome/bin/python: fatal: libgcc_s.so.1: open failed: No such file or directory
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
Hi list. I am a Zope newbie. I am a C++/Python programmer and web programming is completely new to me. I want to create a web based mail client, where each logged in user would have his own folders, but there would also be some kind of global folders, where everybody would place messages in it so that they can be viewed by all users. My problem is the simplest and the most common newbie-oriented problem: And now? Where am I supposed to start from? Thank you all,, in advance. Regards, Stavros
Stavros Tsolakos wrote:
Hi list.
I am a Zope newbie. I am a C++/Python programmer and web programming is completely new to me. I want to create a web based mail client, where each logged in user would have his own folders, but there would also be some kind of global folders, where everybody would place messages in it so that they can be viewed by all users. My problem is the simplest and the most common newbie-oriented problem: And now? Where am I supposed to start from? Thank you all,, in advance.
Read the ZopeBook (two times!!!), work through the tutorials/examples and have a look at some products. Then read the ZopeDevelopersGuide. "ZopeBook":http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition "DevelopersGuide":http://www.zope.org/Documentation/Books/ZDG/current/index_html /mj
participants (4)
-
Andreas Jung -
Joachim Schmitz -
Maik Jablonski -
Stavros Tsolakos