Hi all, I got psycopg 1.1.9 and whwenever i try to compile it , gives me following error.. "missing postgreSQL Headers" I also checked my postgres version ..it is 7.2.1 and required is 7.x. Please tell me where can i wrong. Thanks Rajeev -- Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
co --On Dienstag, 21. Oktober 2003 16:36 Uhr +0000 Rajeev Sharma <rajeev@netcore.co.in> wrote:
Hi all,
I got psycopg 1.1.9 and whwenever i try to compile it , gives me following error..
"missing postgreSQL Headers"
I also checked my postgres version ..it is 7.2.1 and required is 7.x.
Please tell me where can i wrong.
try 'configure --help' to find out the options to set the paths for headers, libs, etc. -aj
try 'configure --help' to find out the options to set the paths for headers, libs, etc.
Thanks... I used ./configure --with-postgres-includes=/usr/local/pgsql/include and same for libraries.. But it is giving error and showing pg_type.h missing. Where can i find this file . Thanks Rajeev -- Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Have a look into this: http://initd.org/pub/software/psycopg/FAQ Its the FAQ of psycopg. As I remember the FAQ comes with the source tarball. On Tue, 21 Oct 2003 17:35:06 Rajeev Sharma <rajeev@netcore.co.in> wrote:
try 'configure --help' to find out the options to set the paths for headers, libs, etc.
Thanks... I used ./configure --with-postgres-includes=/usr/local/pgsql/include and same for libraries.. But it is giving error and showing
pg_type.h missing.
Where can i find this file .
Thanks Rajeev
-- Rajeev Sharma
Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ----------------------------------------------------------------
NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134
MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in
Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com
BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com
Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Lutz Steinborn mailto:l.steinborn@4c-ag.de 4c AG Tel +49 6092 999592 Stefan-George-Ring 22-24 Fax +49 89 99341 399 81929 München http://www.4c-shopping.de
On Tue, 2003-10-21 at 13:35, Rajeev Sharma wrote:
try 'configure --help' to find out the options to set the paths for headers, libs, etc.
Thanks... I used ./configure --with-postgres-includes=/usr/local/pgsql/include and same for libraries.. But it is giving error and showing
pg_type.h missing.
This will be found in the RPM for postgresql-devel (I'm assuming you're using RedHat or another RPM-based linux). I have 7.3.2 installed on a RedHat9 machine, and the file is here: /usr/include/pgsql/server/catalog/pg_type.h I once wrote a page explaining how to setup Zope and PostgreSQL (because it was a maddening experience, and all the documentation is outdated and incorrect) - but I changed countries and in the process lost the machine to a dead power supply :( I wish you luck. Contact me if you still need more help. -- Mitch
Ooos...I did not send this to the list. I have a page that is old that explains the process at http://datalong.com/How-TO/ZPsycopgDA_INSTALL_SuSE hth, Mike
On Tue, 2003-10-21 at 13:35, Rajeev Sharma wrote:
try 'configure --help' to find out the options to set the paths for headers, libs, etc.
Thanks... I used ./configure --with-postgres-includes=/usr/local/pgsql/include and same for libraries.. But it is giving error and showing
pg_type.h missing.
This will be found in the RPM for postgresql-devel (I'm assuming you're using RedHat or another RPM-based linux). I have 7.3.2 installed on a RedHat9 machine, and the file is here:
/usr/include/pgsql/server/catalog/pg_type.h
I once wrote a page explaining how to setup Zope and PostgreSQL (because it was a maddening experience, and all the documentation is outdated and incorrect) - but I changed countries and in the process lost the machine to a dead power supply :(
I wish you luck. Contact me if you still need more help.
-- Mitch
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hi,
I wish you luck. Contact me if you still need more help.
Hi, My Need: Connectivity between zope and postgres. Software Using : Postgres 7.3.4 Zope 2.6.2 Python 2.3 Now i tried to use Popy-2.0.8 and psycopg-1.1.9 First i complied Popy (sucessfully,didn't show any error but asked for postgres headers and libraries with mxdatetime header, i gave proper path and it was done i.e ./configure,make and make install ....i used ) and tried to added ZPoypDA 0.8 in my $ZOPE_HOME/lib/python/Products and restarted my Zope server . And then i checked Product Managment ...ZPopyDa was there but as a broken PKG. Same thing happen when i tried to add psycopg-1.1.9 and with available pkg ZpsycopgDA. It was also there as a broken pkg. Please tell me what else is required to know more about the problem. What can be the problem? Any suggestion.. Thanks in advance Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
On Wed, 2003-10-22 at 13:42, Rajeev Sharma wrote:
Hi,
I wish you luck. Contact me if you still need more help.
Hi,
My Need: Connectivity between zope and postgres.
Software Using : Postgres 7.3.4 Zope 2.6.2 Python 2.3
Now i tried to use Popy-2.0.8 and psycopg-1.1.9
First off, did you install Zope with a bundled python, or did you compile from source using the system's python? This is a common source of confusion. Make sure of which version you have installed. Second, test your install (psycopg) with python on the command line: [mitchy@rafi psycopg-1.1.8]$ python (you get a bunch of version information)
import psycopg dir(psycopg) ['BINARY', 'BOOLEAN', 'Binary', 'DATE', 'DATETIME', 'DataError'.....
If you do not see this information, then you did not get psycopg installed with python. If you get past these two, then the problem lies specifically with your psycopg installation for zope. -- mitchy
First off, did you install Zope with a bundled python, or did you compile from source using the system's python? This is a common source of confusion. Make sure of which version you have installed.
I compiled zope with bundled python (python 2.1)... Should i compile zope from source using the system python. and psycopg from the same python source.?
Second, test your install (psycopg) with python on the command line:
Ya i tested ..it is not giving outputs as you discribed.... waiting Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Hi, Now i compiled Zope 2.6.2 source with python 2.1. And tryied to install psycopg 1.1.9 with following command. I am trying to install it since two days and getting in the mess.. Is postgres support is not easily avalable with zope..? [root@thickserver psycopg-1.1.9]# ./configure --with-postgres-includes=/usr/local/pgsql/include/ --with-mxdatetime-includes=/usr/local/zope/egenix-mx-base-2.0.5/mx/DateTime/mxDateTime/ --with-postgres-libraries=/usr/local/pgsql/lib/ --with-python=/usr/local/bin/python2.1 --with-zope=/usr/local/zope/Zope-2.6.2-src and added ZpsycopgDA in the Zope Products directory and restarted zope ..got the following error.. Traceback (innermost last): File /usr/local/zope/Zope-2.6.2-src/z2.py, line 585, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/App/startup.py, line 45, in startup File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 500, in import_products File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 522, in import_product File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/__init__.py, line 92, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/DA.py, line 94, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/db.py, line 99, in ? ImportError: libpq.so.3: cannot open shared object file: No such file or directory And same with Popy and ZPopyDA .. With following errors.. [root@thickserver PoPy-2.0.8]# ./configure --with-postgres-includes=/usr/local/pgsql/include/ --with-mxdatetime-headers=/usr/local/zope/egenix-mx-base-2.0.5/mx/DateTime/mxDateTime/ --with-postgres-libraries=/usr/local/pgsql/lib/ --with-python=/usr/bin/python2.1 --with-zope=/usr/local/zope/Zope-2.6.2-src And after copying ZPopyDA to Zope Products directory restarted Zope ..got the following error Traceback (innermost last): File /usr/local/zope/Zope-2.6.2-src/z2.py, line 585, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/App/startup.py, line 45, in startup File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 500, in import_products File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 522, in import_product File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/zpopyda/__init__.py, line 23, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/zpopyda/PoPy_browser.py, line 67, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/zpopyda/PoPy_DA.py, line 25, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/zpopyda/PoPy_db.py, line 26, in ? The PoPy module is not installed -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Rajeev Sharma wrote:
Hi,
Now i compiled Zope 2.6.2 source with python 2.1. And tryied to install psycopg 1.1.9 with following command.
look like your system is a lot like mine :) have you already done this ? you have to move a file (adjust to your directories) $> mv ~/Zope-2.5.1/psycopgmodule.so ~/Zope.2.5.1/lib/python2.1/lib-dynload/ also i found, that you may use "configure" with additional option --with-postgres-libraries (not stated in the FAQ).
File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/db.py, line 99, in ? ImportError: libpq.so.3: cannot open shared object file: No such file or directory
check if libpg.so is found in your library path. $> ldconfig -p | grep libpg if you dont find the /usr/local/pgsql/lib in your library path try something like $> ldconfig /usr/local/pgsl/lib/ to add the files to the lib-path. fingers crossed michael
Hi, Thanks for reply.. Now i have a problem with psycopg pkg. I run ./configure as per the following options.. ./configure --with-python=$ZOPE_HOME/bin/python --with-zope=$ZOPE_HOME --with-mxdatetime-includes=$ZOPE_HOME/lib/python2.1/site-packages/mx/DateTime/mxDateTime --with-postgres-includes=/usr/include/postgresql And when i tried to run make it gives the following error.. [root@thickserver psycopg-1.1.9]# make gcc -shared ./module.o ./connection.o ./cursor.o ./typeobj.o ./typemod.o -L/usr/local/lib -lpq -lcrypt -lpthread -ldl -lutil -o ./psycopgmodule.so /usr/bin/ld: cannot find -lpq collect2: ld returned 1 exit status make: *** [psycopgmodule.so] Error 1 What am i missing ? Rajeev ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blogs and RSS Ecosystem: http://www.blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Rajeev Sharma wrote at 2003-10-28 15:27 :
... [root@thickserver psycopg-1.1.9]# make gcc -shared ./module.o ./connection.o ./cursor.o ./typeobj.o ./typemod.o -L/usr/local/lib -lpq -lcrypt -lpthread -ldl -lutil -o ./psycopgmodule.so /usr/bin/ld: cannot find -lpq collect2: ld returned 1 exit status make: *** [psycopgmodule.so] Error 1
What am i missing ?
I already told you (why have you not read my message?) that the linker cannot find the the postgres client library ("libpq.so"). You must install "libpq.so" at a place where the linker looks for it (usually e.g. "/lib", "/usr/lib" and maybe "/usr/local/lib"). If you do not want to install it there, you must tell the linker where it can find it via "LD_LIBRARY_PATH". Consult your linker documentation (--> part of your OS!), for details. -- Dieter
Hello Everybody, Thanks to list ... Configured psycopg and ZpsycopgDA is added as a Product and can see it in my add drop down menu... Got so much help from list and from the following link... http://initd.org/pub/software/psycopg/FAQ Is there some FAQ/HOWTO to configure psycopg with zope installed from source. Thanks Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
On Thu, 2003-10-23 at 09:09, Rajeev Sharma wrote:
Hi,
Now i compiled Zope 2.6.2 source with python 2.1. And tryied to install psycopg 1.1.9 with following command.
Hang on, I need to see if python2.1 can load psycopg properly... Check that first, and we can deduce your source of pain from there.
I am trying to install it since two days and getting in the mess.. Is postgres support is not easily avalable with zope..?
<rant> It is soooooooo bad (how bad is it!?) that when someone tells me they need their Zope accessing PostgreSQL, I suddenly go on vacation. And PostgreSQL is my favorite RDBMS, but configuring access to it with Zope always sets me off in a rampage. I'll bet it's easier to set up SQL Relay instead. Argh. </rant>
Rajeev Sharma wrote at 2003-10-23 13:09 :
... Now i compiled Zope 2.6.2 source with python 2.1. And tryied to install psycopg 1.1.9 with following command.
I am trying to install it since two days and getting in the mess.. Is postgres support is not easily avalable with zope..?
[root@thickserver psycopg-1.1.9]# ./configure --with-postgres-includes=/usr/local/pgsql/include/ --with-mxdatetime-includes=/usr/local/zope/egenix-mx-base-2.0.5/mx/DateTime/mxDateTime/ --with-postgres-libraries=/usr/local/pgsql/lib/ --with-python=/usr/local/bin/python2.1 --with-zope=/usr/local/zope/Zope-2.6.2-src
and added ZpsycopgDA in the Zope Products directory and restarted zope ..got the following error..
Traceback (innermost last): File /usr/local/zope/Zope-2.6.2-src/z2.py, line 585, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /usr/local/zope/Zope-2.6.2-src/lib/python/Zope/App/startup.py, line 45, in startup File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 500, in import_products File /usr/local/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 522, in import_product File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/__init__.py, line 92, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/DA.py, line 94, in ? File /usr/local/zope/Zope-2.6.2-src/lib/python/Products/ZPsycopgDA/db.py, line 99, in ? ImportError: libpq.so.3: cannot open shared object file: No such file or directory
It does not find the PostgreSQL client library "libpq.so.3". You must install the "PostgreSQL" client library package and ensure that the dynamic linker can find it (--> "LD_LIBRARY_PATH"). -- Dieter
Rajeev Sharma wrote at 2003-10-22 17:42 :
... And then i checked Product Managment ...ZPopyDa was there but as a broken PKG.
When you see a broken product in "Control_Panel --> Product Management", then this broken product has a "Traceback" tab that tells you what is wrong. Look at it! Dieter
If you are using RedHat 9 you will have to download the PostgreSQL release from http://www.postgresql.org I found that there are missing libraries with this release and had no problem compiling the PoPy module after installing the FULL postgresql package. Then copy that module to your adapter directory in the products directory. Thomas 10/21/2003 6:35:06 PM, Rajeev Sharma <rajeev@netcore.co.in> wrote:
try 'configure --help' to find out the options to set the paths for headers, libs, etc.
Thanks... I used ./configure --with-postgres-includes=/usr/local/pgsql/include and same for libraries.. But it is giving error and showing
pg_type.h missing.
Where can i find this file .
Thanks Rajeev
-- Rajeev Sharma
Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ----------------------------------------------------------------
NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134
MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in
Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com
BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com
Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
----------------------------------------------------------------- Thomas McMillan Grant Bennett Appalachian State University Computer Consultant III University Library Voice: 828 262 6587 FAX: 828 262 2797 "Windows: A 32-bit GUI on top of a 16-bit wrapper around an 8-bit interpretation of a 4-bit operating system written by a 2-bit company." -David Simmons
My guess is that you are using a binary distribution which did not load the required header files. If you are using RedHat, for example, you'd need to install the postgresql-develNN.NN.NN.rpm or the equivalent. On Tue, 21 Oct 2003, Rajeev Sharma wrote:
Hi all,
I got psycopg 1.1.9 and whwenever i try to compile it , gives me following error..
"missing postgreSQL Headers"
I also checked my postgres version ..it is 7.2.1 and required is 7.x.
Please tell me where can i wrong.
Thanks
Rajeev
-- Rajeev Sharma
Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ----------------------------------------------------------------
NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134
MailServ: Email, IM, Proxy, Firewall, Anti-Virus, LDAP Fleximail: Mail Storage, Management and Relaying http://netcore.co.in
Emergic Freedom: Linux-based Thin Client-Thick Server Computing http://www.emergic.com
BlogStreet: Blog Profiles, RSS Ecosystem, Blog Tops, Search http://www.blogstreet.com
Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (9)
-
Andreas Jung -
Dennis Allison -
Dieter Maurer -
Lutz Steinborn -
Michael Haubenwallner -
Mitch Pirtle -
mlong@datalong.com -
Rajeev Sharma -
Thomas M G Bennett