Re: [qmailtoaster] CentOS 4.4 Install

2006-11-16 Thread Eric \"Shubes\"
dan page wrote:
> Shelly wrote:
> 
>> Thanks Erik and Paul. Ive tried both, however the same problem is
>> still occuring. I will try to install the Toaster using the EZ
>> QmailToaster Fresh Install on CentOS 4.3 and see how if that returns
>> the same problem. So would I be incorrect in my assumption that QTP
>> should or can be used for fresh Toaster installs? Thanks
>>
>> - Original Message 
>> From: Erik Espinoza <[EMAIL PROTECTED]>
>> To: qmailtoaster-list@qmailtoaster.com
>> Sent: Thursday, 16 November, 2006 1:18:32 PM
>> Subject: Re: [qmailtoaster] CentOS 4.4 Install
>>
>> Read the instructions on http://www.qmailtoaster.com/centos/cnt40
>>
>> You need to run the dependencies script, which will install things
>> needed to perform the compilation.
>>
>> Erik
>>
>> On 11/15/06, Shelly <[EMAIL PROTECTED]> wrote:
>> >
>> > Ive built a new CentOS 4.4 server, and am trying the QTP install of the
>> > toaster, using the batch switch. My log file keeps comming back with -
>> > configure: error: pcre.h not found - install PCRE from www.pcre.org
>> <http://www.pcre.org>
>> > error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
>> > RPM build errors:
>> > Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
>> > And this is after I downloaded and installed PCRE. Anyone had anything
>> > similar or suggestions? Thanks
>> >
> 
> I had this very same problem on the last toaster I built.  I did a "yum
> install pcre-devel.i386" and all worked fine.  For some reason the
> dependency is mis reported.  Hope this helps.

On CentOS4.4:
# rpm -qf /usr/include/pcre/pcre.h
pcre-devel-4.5-3.2.RHEL4

# yum install pcre-devel
should get you going, but you really need to run the
http://www.qmailtoaster.com/centos/cnt40/cnt40-deps.sh script, which
contains this and other prerequisite packages.

And yes, qtp-newmodel can be used on a fresh (new) install. It doesn't take
care of dependencies though (yet).

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] CentOS 4.4 Install

2006-11-15 Thread dan page

Shelly wrote:

Thanks Erik and Paul. Ive tried both, however the same problem is 
still occuring. I will try to install the Toaster using the EZ 
QmailToaster Fresh Install on CentOS 4.3 and see how if that returns 
the same problem. So would I be incorrect in my assumption that QTP 
should or can be used for fresh Toaster installs? Thanks


- Original Message 
From: Erik Espinoza <[EMAIL PROTECTED]>
To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, 16 November, 2006 1:18:32 PM
Subject: Re: [qmailtoaster] CentOS 4.4 Install

Read the instructions on http://www.qmailtoaster.com/centos/cnt40

You need to run the dependencies script, which will install things
needed to perform the compilation.

Erik

On 11/15/06, Shelly <[EMAIL PROTECTED]> wrote:
>
> Ive built a new CentOS 4.4 server, and am trying the QTP install of the
> toaster, using the batch switch. My log file keeps comming back with -
> configure: error: pcre.h not found - install PCRE from www.pcre.org 
<http://www.pcre.org>

> error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
> And this is after I downloaded and installed PCRE. Anyone had anything
> similar or suggestions? Thanks
>
> Send instant messages to your online friends 
http://au.messenger.yahoo.com


-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Send instant messages to your online friends 
http://au.messenger.yahoo.com 


I had this very same problem on the last toaster I built.  I did a "yum 
install pcre-devel.i386" and all worked fine.  For some reason the 
dependency is mis reported.  Hope this helps. 


-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] CentOS 4.4 Install

2006-11-15 Thread Shelly
Thanks Erik and Paul. Ive tried both, however the same problem is still 
occuring. I will try to install the Toaster using the EZ QmailToaster Fresh 
Install on CentOS 4.3 and see how if that returns the same problem. So would I 
be incorrect in my assumption that QTP should or can be used for fresh Toaster 
installs? Thanks

- Original Message 
From: Erik Espinoza <[EMAIL PROTECTED]>
To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, 16 November, 2006 1:18:32 PM
Subject: Re: [qmailtoaster] CentOS 4.4 Install

Read the instructions on http://www.qmailtoaster.com/centos/cnt40

You need to run the dependencies script, which will install things
needed to perform the compilation.

Erik

On 11/15/06, Shelly <[EMAIL PROTECTED]> wrote:
>
> Ive built a new CentOS 4.4 server, and am trying the QTP install of the
> toaster, using the batch switch. My log file keeps comming back with -
> configure: error: pcre.h not found - install PCRE from www.pcre.org
> error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
> And this is after I downloaded and installed PCRE. Anyone had anything
> similar or suggestions? Thanks
>
> Send instant messages to your online friends http://au.messenger.yahoo.com

-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







Send instant messages to your online friends http://au.messenger.yahoo.com 

Re: [qmailtoaster] CentOS 4.4 Install

2006-11-15 Thread Quinn Comendant
Some installs have the noexec option set for the /tmp partition, which causes 
scripts to fail. Edit /etc/fstab and remove noexec if it is on the /tmp 
partition and reboot.

This could also be fixed by calling the script with a specified shell 
interpreter:

sh /var/tmp/rpm-tmp.1738

Quinn

On Wed, 15 Nov 2006 17:57:07 -0800 (PST), Shelly wrote:
> error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] CentOS 4.4 Install

2006-11-15 Thread Erik Espinoza

Read the instructions on http://www.qmailtoaster.com/centos/cnt40

You need to run the dependencies script, which will install things
needed to perform the compilation.

Erik

On 11/15/06, Shelly <[EMAIL PROTECTED]> wrote:


Ive built a new CentOS 4.4 server, and am trying the QTP install of the
toaster, using the batch switch. My log file keeps comming back with -
configure: error: pcre.h not found - install PCRE from www.pcre.org
error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
And this is after I downloaded and installed PCRE. Anyone had anything
similar or suggestions? Thanks

Send instant messages to your online friends http://au.messenger.yahoo.com


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] CentOS 4.4 Install

2006-11-15 Thread Shelly
Ive built a new CentOS 4.4 server, and am trying the QTP install of the 
toaster, using the batch switch. My log file keeps comming back with -
configure: error: pcre.h not found - install PCRE from www.pcre.org
error: Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.1738 (%prep)
And this is after I downloaded and installed PCRE. Anyone had anything similar 
or suggestions? Thanks



Send instant messages to your online friends http://au.messenger.yahoo.com