Koozali.org: home of the SME Server
Obsolete Releases => SME Server 8.x => Topic started by: fpausp on January 18, 2011, 10:39:56 AM
-
Hi,
I like to setup an RPM development environment for SME8.
Is this Information working only for SME7 or for SME8 too ?
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual#III._How_to_create_an_SME_Server_package_-_step_by_step (http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual#III._How_to_create_an_SME_Server_package_-_step_by_step)
-
mmmhhh.. what about trying? :-)
setup a virtual SME 8b6 then try..
IMHO it should work..
-
I like to setup an RPM development environment for SME8.
Install CentOS5 (including compilers and development libraries). Install e-smith-devtools rpm.
-
I have done the following on sme8b6:
yum install gcc kernel-devel kernel-smp-devel cpp gcc-c++ flex cvs libstdc++-devel glibc-kernheaders glibc-headers glibc-devel
created the user joe
chsh -s /bin/bash joe
db accounts setprop joe Shell /bin/bash
cd ~/
...
I have not tested it, thats the plan for next week.
-
I have done the following on sme8b6:
Why do you not like my advice?
-
Why do you not like my advice?
Sorry, I started the Installation before I read your Post and had not enough Time to finish it. I will try your solution, thanks for your answer/help.
Best