Re: Installing make

2004-03-19 Thread Mark Gjøl
... That didn't give much feedback... Upon inspecting the TMP directory I find the variable: MAKE=make, which I'd think should be changed, when I've defined that gmake should be used as make... Anyone? On Thu, Mar 18, 2004 at 01:53:59PM +0100, Mark Gjøl wrote: I'm installing openpkg on a SUN

Re: rpm hangs while building some packages under solaris

2004-03-19 Thread Doug Henry
the first two commands also hang. the last command hangs after the sed (last) command. I have attached my console output. On Fri, 2004-03-19 at 03:21, Ralf S. Engelschall wrote: On Thu, Mar 18, 2004, Doug Henry wrote: Has anyone experienced a problem under solaris (I'm using 8) where rpm

Re: rpm hangs while building some packages under solaris

2004-03-19 Thread Doug Henry
Forgot to mention in my other message that it seems to be a more general problem than just l_platform. The same thing happens when I try to build ncurses and I don't think there are any platform commands in that spec file. Thanks On Fri, 2004-03-19 at 03:21, Ralf S. Engelschall wrote: On Thu,

Re: Installing make

2004-03-19 Thread Matthias Kurz
On Fri, Mar 19, 2004, Mark Gjøl wrote: ... That didn't give much feedback... Upon inspecting the TMP directory I find the variable: MAKE=make, which I'd think should be changed, when I've defined that gmake should be used as make... Anyone? Where exactly do you see this ? Yesterday i tried

Re: Installing make

2004-03-19 Thread Matthias Kurz
On Fri, Mar 19, 2004, Mark Gjøl wrote: On Fri, Mar 19, 2004 at 02:48:32PM +0100, Matthias Kurz wrote: On Fri, Mar 19, 2004, Mark Gjøl wrote: ... That didn't give much feedback... Upon inspecting the TMP directory I find the variable: MAKE=make, which I'd think should be changed, when

Re: Installing make

2004-03-19 Thread Michael Schloh von Bennewitz
On Fri, Mar 19, 2004, Matthias Kurz wrote: [...] Though, i tried it under Solaris-8/x86. So i gave up. Oh, where do the parameters --no-print-directory -j4 come from in your case ? Or why are they missing in my case ? The make argument -j4 causes make to fork four times. OpenPKG will supply

How to Enable Software to start on boot

2004-03-19 Thread David M. Fetter
What is the proper way to enable various pieces of software installed under OpenPKG? I know you use the $root/etc/rc command and the $root/etc/rc.conf is what configures it, but what exactly would you place into the rc.conf file? Do I simply put $root/etc/rc apache start on one line and then

Re: rpm hangs while building some packages under solaris

2004-03-19 Thread Mike's List
On Fri, 19 Mar 2004, Doug Henry wrote: I believe I found the problem. If I move /usr/bin before /usr/ucb in my path everything seems to work. Different set of tools (tr, sed, etc.). Not sure how they are different, but they definitely are. /usr/ucb is deprecated in Solaris 9, it's mainly

Re: How to Enable Software to start on boot

2004-03-19 Thread Thomas Lotterer
On Fri, Mar 19, 2004, Matthias Kurz wrote: David! On Fri, Mar 19, 2004, David M. Fetter wrote: What is the proper way to enable various pieces of software installed under OpenPKG? Whether the services are enabled or disabled by default is controlled by $openpkg_rc_def [...] Matthias

Re: rebuild php / definition

2004-03-19 Thread Matthias Kurz
On Fri, Mar 19, 2004, Mike's List wrote: Now that I know how to build apache with php/mysql enabled, I need to add imap to apache and build php with gettext support... This is how apache was built, openpkg rpm --rebuild --define 'with_mod_php yes' --define \ 'with_mod_php_mysql yes'

Re: How to Enable Software to start on boot

2004-03-19 Thread Ralf S. Engelschall
On Fri, Mar 19, 2004, Matthias Kurz wrote: On Fri, Mar 19, 2004, David M. Fetter wrote: [...] ... Please advise or point me to documentation that explains this, I couldn't seem to find anything that directly speaks to this matter. Thank you. Oh, well. And there is at least

SUMMARY: Rebuild Apache with options

2004-03-19 Thread Mike's List
Thanks to: Michael Schloh von Bennewitz and Matthias Kurz for their unwavering support. Michael mentioned something about openpkg being perl based and *wham* I recalled perl's permission. One of the program/software I installed and ran on the server changed permission of /openpkg/bin/perl to

rebuild php / definition

2004-03-19 Thread Mike's List
Now that I know how to build apache with php/mysql enabled, I need to add imap to apache and build php with gettext support... This is how apache was built, openpkg rpm --rebuild --define 'with_mod_php yes' --define \ 'with_mod_php_mysql yes' ~mike/openpkg/src/apache-1.3.29-2.0.0.src.rpm