Hey there people, First, the customary thanks for such a great product. Second - I have two problems. First one is that I got zope compiled for linux then installed Login Manager then installed ZPatterns, but when trying to compile DynPersist.c it can't find ExtensionClass.h. It honestly isn't in my system tho I have python and python-devel installed. Second, I was gonna use LoginManager for this project: I'm building an automated proxy, mail router, security manager, based on users, so that the administrator can restrict its users access to chat, web proxy, filesharing via samba, etcetera. BUT I can't seem to find the right object to select and associate properties for my users (user X can use computer Y) neither can I find a product that will contribute those users to /etc/passwd and /etc/smbpasswd. Any ideas? Thanks in advance. Please reply either in private mail or with CC to mine. Manuel ---------------------------------------------------------- Universidad Federico Santa Maria - Campus Guayaquil
Hi Manuel ! "Manuel Amador (Rudd-O) Gerente de desarrollo Alpha Omega Creative Solutions http://www.alomega.com/" wrote:
Hey there people,
First, the customary thanks for such a great product. Second - I have two problems. First one is that I got zope compiled for linux then installed Login Manager then installed ZPatterns, but when trying to compile DynPersist.c it can't find ExtensionClass.h. It honestly isn't in my system tho I have python and python-devel installed.
The easiest way is to fetch the ZPatterns binary release, and put the file "DynPersist.so" into your folder: http://www.zope.org/Members/ngarcia/ZPatternsBinaryRelease/ZPatterns-linux2-... tar tfvz /home/maik/ZPatterns-linux2-x86-0_3_0.tgz | grep Dyn -rw-r--r-- ngarcia/ngarcia 3312 2000-04-26 18:46 ZPatterns/DynPersist.c -rw-rw-r-- ngarcia/ngarcia 29284 2000-06-09 18:44 ZPatterns/DynPersist.o -rwxrwxr-x ngarcia/ngarcia 33586 2000-06-09 18:44 ZPatterns/DynPersist.so Regards, Maik Röder -- Uzopia - Digging la vida Zopa - http://uzopia.editthispage.com
Maik Roeder wrote:
Hi Manuel !
"Manuel Amador (Rudd-O) Gerente de desarrollo Alpha Omega Creative Solutions http://www.alomega.com/" wrote:
Hey there people,
First, the customary thanks for such a great product. Second - I have two problems. First one is that I got zope compiled for linux then installed Login Manager then installed ZPatterns, but when trying to compile DynPersist.c it can't find ExtensionClass.h. It honestly isn't in my system tho I have python and python-devel installed.
The easiest way is to fetch the ZPatterns binary release, and put the file "DynPersist.so" into your folder
Incidentally, the reason Extensions.h isn't in your python-devel libraries is because it's actually a DC python extension that comes with the Zope source, and you've presumably got the Zope binaries. Seb.
participants (3)
-
//www.alomega.com/ -
Maik Roeder -
seb