public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* getmxrr() doesnt work
@ 2003-09-27 21:22 RiCH
  2003-09-27 21:49 ` Off Topic!! - Microsoft critic dismissed by @Stake - guenter strubinsky
  2003-09-28 20:16 ` getmxrr() doesnt work Gerrit P. Haase
  0 siblings, 2 replies; 5+ messages in thread
From: RiCH @ 2003-09-27 21:22 UTC (permalink / raw)
  To: cygwin

Hi

Has anyone managed to get PHP to compile in CLI mode and get getmxrr() to
work?

I always get  Fatal error:  Call to undefined function:  getmxrr()

Have tried various versions of PHP with configure line

./configure  --enable-cli --enable-sigchild --with-mysql --enable-pcntl --di
sable-debug --enable-sockets

Rich



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Off Topic!! - Microsoft critic dismissed by @Stake -
  2003-09-27 21:22 getmxrr() doesnt work RiCH
@ 2003-09-27 21:49 ` guenter strubinsky
  2003-09-28 20:16 ` getmxrr() doesnt work Gerrit P. Haase
  1 sibling, 0 replies; 5+ messages in thread
From: guenter strubinsky @ 2003-09-27 21:49 UTC (permalink / raw)
  To: cygwin

I realize that this is completely off topic but could someone here offer Mr.
Dan Geer a job? The implication of criticizing Microsoft's security and
being fired as a result does have -naturally- a chilling effect on any
public assessment of Microsoft's products. Nothing would help the IT public
more than reading the facts about security, bugs and maturity issues of
wintel and the 'others' (of which Linux, Solaris (in short: NIX) and sadly
far less Mac OS are the ONLY alternatives). 

http://news.com.com/2100-1009-5082649.html?tag=nl

To terminate projects with @Stake would also send the message that the first
amendment is sacrosanct and infringements are not tolerated!

I again apologize for this brake of our rules, but I hope this forum will
forgive and understand my concern and the implications to everybody if Mr.
Geer would stay out of a job as a result of co-publication of the truth.

with kind regards

 günter strubinsky
 <strubinsky at acm dot org>
 Tel: 402.212.0196
 

> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
> Of RiCH
> Sent: Saturday, 27 September, 2003 15:50
> To: cygwin@cygwin.com
> Subject: getmxrr() doesnt work
> 
> Hi
> 
> Has anyone managed to get PHP to compile in CLI mode and get getmxrr() to
> work?
> 
> I always get  Fatal error:  Call to undefined function:  getmxrr()
> 
> Have tried various versions of PHP with configure line
> 
> ./configure  --enable-cli --enable-sigchild --with-mysql --enable-pcntl --
> di
> sable-debug --enable-sockets
> 
> Rich
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: getmxrr() doesnt work
  2003-09-27 21:22 getmxrr() doesnt work RiCH
  2003-09-27 21:49 ` Off Topic!! - Microsoft critic dismissed by @Stake - guenter strubinsky
@ 2003-09-28 20:16 ` Gerrit P. Haase
  2003-09-29  5:59   ` getmxrr() doesnt work, PHP = arpa/nameser.h resolv.h RiCH
  1 sibling, 1 reply; 5+ messages in thread
From: Gerrit P. Haase @ 2003-09-28 20:16 UTC (permalink / raw)
  To: RiCH; +Cc: cygwin

Hallo RiCH,

Am Samstag, 27. September 2003 um 22:49 schriebst du:

> Hi

> Has anyone managed to get PHP to compile in CLI mode and get getmxrr() to
> work?

> I always get  Fatal error:  Call to undefined function:  getmxrr()

> Have tried various versions of PHP with configure line

> ./configure  --enable-cli --enable-sigchild --with-mysql --enable-pcntl --di
> sable-debug --enable-sockets

Maybe you can use this Net_DNS module:
http://pear.php.net/package-info.php?package=Net_DNS


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: getmxrr() doesnt work, PHP = arpa/nameser.h resolv.h
  2003-09-28 20:16 ` getmxrr() doesnt work Gerrit P. Haase
@ 2003-09-29  5:59   ` RiCH
  2003-09-29  7:34     ` Gerrit P. Haase
  0 siblings, 1 reply; 5+ messages in thread
From: RiCH @ 2003-09-29  5:59 UTC (permalink / raw)
  To: cygwin

Hi,

I need it to work without Pear and shouldn't be needed as far as I can see.

I have installed Bind and the appropriate header files needed at compilation
I believe are with it;

In PHP configure they seem to be present and correct.

checking for arpa/nameser.h... yes
checking for resolv.h...  yes

etc.

make and make install both go ok without any errors as far as I can see yet
the function is missing in the final PHP

I am afraid that is as far as I am able to get, has anyone had any joy
getting this working??

Rich

----- Original Message ----- 
From: "Gerrit P. Haase" <gp@familiehaase.de>
To: "RiCH" <rich@richud.com>
Cc: <cygwin@cygwin.com>
Sent: Sunday, September 28, 2003 6:36 PM
Subject: Re: getmxrr() doesnt work


> Hallo RiCH,
>
> Am Samstag, 27. September 2003 um 22:49 schriebst du:
>
> > Hi
>
> > Has anyone managed to get PHP to compile in CLI mode and get getmxrr()
to
> > work?
>
> > I always get  Fatal error:  Call to undefined function:  getmxrr()
>
> > Have tried various versions of PHP with configure line
>
> >
./configure  --enable-cli --enable-sigchild --with-mysql --enable-pcntl --di
> > sable-debug --enable-sockets
>
> Maybe you can use this Net_DNS module:
> http://pear.php.net/package-info.php?package=Net_DNS
>
>
> Gerrit
> -- 
> =^..^=
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: getmxrr() doesnt work, PHP = arpa/nameser.h resolv.h
  2003-09-29  5:59   ` getmxrr() doesnt work, PHP = arpa/nameser.h resolv.h RiCH
@ 2003-09-29  7:34     ` Gerrit P. Haase
  0 siblings, 0 replies; 5+ messages in thread
From: Gerrit P. Haase @ 2003-09-29  7:34 UTC (permalink / raw)
  To: RiCH; +Cc: Gerrit @ cygwin

Hallo RiCH,

Am Montag, 29. September 2003 um 02:40 schriebst du:

> Hi,

> I need it to work without Pear and shouldn't be needed as far as I can see.

> I have installed Bind and the appropriate header files needed at compilation
> I believe are with it;

> In PHP configure they seem to be present and correct.

> checking for arpa/nameser.h... yes
> checking for resolv.h...  yes

> etc.

> make and make install both go ok without any errors as far as I can see yet
> the function is missing in the final PHP

Lookup the part in the code where it is defined and figure out why it
is not included.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-29  5:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-27 21:22 getmxrr() doesnt work RiCH
2003-09-27 21:49 ` Off Topic!! - Microsoft critic dismissed by @Stake - guenter strubinsky
2003-09-28 20:16 ` getmxrr() doesnt work Gerrit P. Haase
2003-09-29  5:59   ` getmxrr() doesnt work, PHP = arpa/nameser.h resolv.h RiCH
2003-09-29  7:34     ` Gerrit P. Haase

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).