From takides at gmail.com Mon Oct 5 11:00:53 2015 From: takides at gmail.com (Vassilis Takides) Date: Mon, 5 Oct 2015 12:00:53 +0300 Subject: postfix Message-ID: Hello I have a old solaris 9 with postfix amavis and i use pkutil to do update and now postfix does not start up. This i the message i get. The system is live ld.so.1: sendmail: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) ld.so.1: sendmail: fatal: libresolv.so.2: open failed: No such file or directory Killed Starting mail transport agent: Postfix ld.so.1: postfix: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) ld.so.1: postfix: fatal: libresolv.so.2: open failed: No such file or directory root at mail # ld.so.1: postfix: fatal: libresolv.so.2: version `SUNW_2.2.1' not found thanks in advance vassilis -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Mon Oct 5 11:20:16 2015 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 5 Oct 2015 11:20:16 +0200 Subject: postfix In-Reply-To: References: Message-ID: <75EA1A4F-6C78-47B9-9ADE-AF2E56107EF9@opencsw.org> Hi Vassilis, Am 05.10.2015 um 11:00 schrieb Vassilis Takides : > I have a old solaris 9 with postfix amavis and i use pkutil to do update and now postfix does not start up. This i the message i get. The system is live > > ld.so.1: sendmail: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: sendmail: fatal: libresolv.so.2: open failed: No such file or directory > Killed > Starting mail transport agent: Postfix > ld.so.1: postfix: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: postfix: fatal: libresolv.so.2: open failed: No such file or directory > root at mail # ld.so.1: postfix: fatal: libresolv.so.2: version `SUNW_2.2.1' not found You need to run the latest Solaris 9 that was released, that is Solaris 9 9/05 update 9 from September 2006. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From william.sleemaniv at vcuhealth.org Wed Oct 14 21:21:22 2015 From: william.sleemaniv at vcuhealth.org (William Sleeman IV) Date: Wed, 14 Oct 2015 19:21:22 +0000 Subject: 64-bit PyQt Message-ID: I have been able to install and run PyQt and related packages on Solaris 10 without any problem. What I need to do is to import the PyQt binding through 64-bit Python 3.1 which is part of a commercial product. From the best I can tell, there are no 64-bit packages for either QT4 or PyQt in the opencsw repository. Does anyone have an hint of how to compile this stuff with the 64 bit flag? Downloading the standard sources and manually configuring and compiling appears to be a huge ordeal. Thanks, Ford Sleeman NOTE: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. -------------------------------------- VCU Health System http://www.vcuhealth.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Wed Oct 14 21:38:50 2015 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 14 Oct 2015 21:38:50 +0200 Subject: 64-bit PyQt In-Reply-To: References: Message-ID: Hi Ford, > Am 14.10.2015 um 21:21 schrieb William Sleeman IV : > > I have been able to install and run PyQt and related packages on Solaris 10 without any problem. What I need to do is to import the PyQt binding through 64-bit Python 3.1 which is part of a commercial product. From the best I can tell, there are no 64-bit packages for either QT4 or PyQt in the opencsw repository. Does anyone have an hint of how to compile this stuff with the 64 bit flag? Downloading the standard sources and manually configuring and compiling appears to be a huge ordeal. Well, the recipe we used to make the packages is not really trivial: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/qt4-gcc/trunk/Makefile The dependencies are already in 64 bit available as far as I can tell. We don?t have PyQt in 64 bit because we don?t have Python in 64 bit: https://www.opencsw.org/mantis/view.php?id=3054 Best regards ? Dago > > Thanks, > Ford Sleeman > NOTE: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. > -------------------------------------- > VCU Health System > http://www.vcuhealth.org -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: