php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42769 autoconf and buildconf edit configure to delete the ^M
Submitted: 2007-09-26 20:41 UTC Modified: 2007-09-27 11:41 UTC
From: stephan dot tiedt at alice-dsl dot de Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 5.2.4 OS: Linux SuSE 10.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stephan dot tiedt at alice-dsl dot de
New email:
PHP Version: OS:

 

 [2007-09-26 20:41 UTC] stephan dot tiedt at alice-dsl dot de
Description:
------------
THIS happens with php5.2.4  and php5.2-200709261830 (your latest php)

I do everthing right, like in the describtion on
http://dev.mysql.com/doc/maxdb/de/da/9427423e29df2ce10000000a1550b0/content.htm
with ./buildconf --force etc.
-----------------------------------------------------
and than i try:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-maxdb=/opt/sdb/programs
-------------------------------------------------
and GET:

Thank you for using PHP.

Notice: Following unknown configure options were used:

--with-maxdb=/opt/sdb/programs

Check './configure --help' for available options
---------------------------------------------------
So how to make it with MaxDB-PHP extension ?


Expected result:
----------------
Thank you for using PHP.

Actual result:
--------------
Thank you for using PHP.

Notice: Following unknown configure options were used:

--with-maxdb=/opt/sdb/programs

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-26 21:06 UTC] stephan dot tiedt at alice-dsl dot de
i make a simple mensch@ratte-1 #autoconf 
and after this a ./buildconf --force again

Than i have to edit the configure - script with
vi configure
and %s/^M/\r/g

You must input the ^M  with [strg]+V [strg]+M


This is the way to MaxDB-PHP extension !
 [2007-09-27 11:41 UTC] jani@php.net
I've no idea what this 'maxdb' extension is, but it's propably just using the plain autoconf AC_ARG_WITH macro instead of the PHP wrapper PHP_ARG_WITH. It's just a warning. It has nothing to do with any line-endings..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC