List Info

Thread: install zope on debian-sarge




install zope on debian-sarge
user name
2006-05-15 20:17:05
Hello,
today i tried to install zope/plone like written down in
http://plone.org/document
ation/how-to/how-to-install-plone-2-5-zope-2-9-on-debian-sar
ge

now i got an error while doing
./configure
shows me that python is optimal

but
make gives me:
/usr/bin/python2.4 install.py -q build

error invalid Python installation: unable to open 
/usr/lib/python2.4/config/Makefile (no such file or
directory)
make: ***[build] Fehler1

there is no /config/Makefile under /usr/lib/python

any ideas who to get it working
thanks and i hope that this is not a problem to post a
problem like that 
  in your list, but if it is --- tell me
regards
Bernd Grah
ps. i try this installation for my school
_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
install zope on debian-sarge
user name
2006-05-15 22:57:41
use ./configure --with-python /usr/bin/python2.4

Let me know if that works and I will update the how to.

Pete

bernd wrote:
> Hello,
> today i tried to install zope/plone like written down
in
> http://plone.org/document
ation/how-to/how-to-install-plone-2-5-zope-2-9-on-debian-sar
ge 
>
>
> now i got an error while doing
> ./configure
> shows me that python is optimal
>
> but
> make gives me:
> /usr/bin/python2.4 install.py -q build
>
> error invalid Python installation: unable to open 
> /usr/lib/python2.4/config/Makefile (no such file or
directory)
> make: ***[build] Fehler1
>
> there is no /config/Makefile under /usr/lib/python
>
> any ideas who to get it working
> thanks and i hope that this is not a problem to post a
problem like 
> that  in your list, but if it is --- tell me
> regards
> Bernd Grah
> ps. i try this installation for my school
> _______________________________________________
> Setup mailing list
> Setuplists.plone.org
> http://
lists.plone.org/mailman/listinfo/setup
_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
install zope on debian-sarge
user name
2006-05-15 23:44:31
bernd a écrit :
> Hello,
> today i tried to install zope/plone like written down
in
> http://plone.org/document
ation/how-to/how-to-install-plone-2-5-zope-2-9-on-debian-sar
ge
> 
> 
> now i got an error while doing
> ./configure
> shows me that python is optimal
> 
> but
> make gives me:
> /usr/bin/python2.4 install.py -q build
> 
> error invalid Python installation: unable to open
> /usr/lib/python2.4/config/Makefile (no such file or
directory)
> make: ***[build] Fehler1
> 
> there is no /config/Makefile under /usr/lib/python
> 
> any ideas who to get it working

apt-get install python1.4-dev


-- 
Encolpe Degoute
INGENIWEB (TM) - S.A.S 50000 Euros - RC B 438 725 632
17 rue Louise Michel - 92300 Levallois Perret - France
web : www.ingeniweb.com - « les Services Web Ingénieux »
_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
install zope on debian-sarge
user name
2006-05-16 12:12:05
Encolpe Degoute schrieb:
> bernd a écrit :
> 
>>Hello,
>>today i tried to install zope/plone like written
down in
>>http://plone.org/document
ation/how-to/how-to-install-plone-2-5-zope-2-9-on-debian-sar
ge
>>
>>
>>now i got an error while doing
>>./configure
>>shows me that python is optimal
>>
>>but
>>make gives me:
>>/usr/bin/python2.4 install.py -q build
>>
>>error invalid Python installation: unable to open
>>/usr/lib/python2.4/config/Makefile (no such file or
directory)
>>make: ***[build] Fehler1
>>
>>there is no /config/Makefile under /usr/lib/python
>>
>>any ideas who to get it working
> 
> 
> apt-get install python1.4-dev
apt-get install python2.4-dev
i have done that and :
it works
thank you very much !
> 
> 

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
install zope and plone on debian-sarge was: install zope on debian-sarge
user name
2006-05-16 14:49:04
Peter Simmons schrieb:
> use ./configure --with-python /usr/bin/python2.4
> 
> Let me know if that works and I will update the how to.
i told you in my last mail --- it needed  python2.4-dev

Now i am a few steps later and there are some more Problems:
you write :
    # now setup an instance
    mkdir -p /var/lib/zope2.9/instance
    /opt/Zope-2.9/bin/mkzopeinstance.py
    --dir=/var/lib/zope2.9/instance/<instancename>
    --user="<username>:<password>"

Must i use zope as username ??


Then you write :

   # edit the port for the instance
   vim
/var/lib/zope2.9/instance/<instancename>/etc/zope.conf
   # look for <web-server entry and change the port if
necessary
   # set "effective-user zope" also
in zope conf there is :
#Directive: effective-user
must i remove #Directive: or only the #

______Then i try to install Plone
        cd /usr/src/source-files
        mkdir plone-svn

I have /usr/src but there is no directory named source-files
I created it

then i tried :
        svn co https://
svn.plone.org/svn/plone/bundles/2.5/ 2.5
but i first must make : apt-get install subversion
now it runs, but there was no directory /2.5/ 2.5
so i used only /2.5

After a few minutes i have all the files in 
/usr/src/source-files/plone-svn/2.5

Now i have Problems
You tell:
   cd /var/lib/zope2.9/instance/smart-trade/Products/
   cp -r /usr/src/source-files/plone-svn/2.5
   ./CMFPlone-2.5-svn20060430-1207

and i dont really know what you mean, there is a CMFPlone
but no 
CMFPlone-2.5-svn20060430-1207  under
/usr/src/source-files/plone-svn/2.5

and also the next step doesnt work
Must i copy everything under
/usr/src/source-files/plone-svn/2.5
to
/var/lib/zope2.9/instance/"myinstance"/Products/
and is it a Problem when i do it manually?

The next command :
    # create links for all the producst in the bundle
    ln -s CMFPlone-2.5-svn20060430-1207/* ./
makes a link to where ????  what means   ./

I know that these Questions are a bit like
beginnerquestions, but i 
tried some ways in the last 3 hours and i think that its the
better way 
to ask someone who has installed it on debian......

Happy to hear about
Bernd Grah





_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )