Re: [PHP-INSTALL] Compile PHP 5.3.1 - Unknown configure option

2009-12-10 Thread Ryan Schmidt
On Dec 10, 2009, at 04:38, Mattias Tengmo wrote: > Hi, I've compiled PHP with these options before: > > ./configure --prefix=/usr --datadir=/usr/share/php5 > --sysconfdir=/etc/php5 --enable-fastcgi --enable-fpm > --disable-short-tags --enable-exif --enable-intl --enable-mbstring > --enable-soap -

[PHP-INSTALL] Re: how to get from this list

2009-11-29 Thread Ryan Schmidt
On Nov 29, 2009, at 16:26, Kris Wolff wrote: > a while ago i tried but i am still on. > How can i get from this list? To unsubscribe from this list, email php-install-unsubscr...@lists.php.net with the address with which you're subscribed to the list, or use the unsubscribe form at the bottom o

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Ryan Schmidt
There are several different SQLite interfaces in PHP. Sounds like you've enabled two of them, but are now trying to use a third one that you haven't enabled. On Nov 17, 2009, at 00:59, RRybak wrote: > [PHP_PDO_SQLITE] > extension=php_pdo_sqlite.dll That extension provides this interface: htt

Re: [PHP-INSTALL] About PHP

2009-10-14 Thread Ryan Schmidt
On Oct 13, 2009, at 01:38, kamal wrote: im new for php. can i have to download php ? You'll probably have to ask a much more specific question than that. All I can recommend so far is that you visit http://www.php.net/downloads.php and click the link for the version of PHP you want.

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re- compile the php module for apache with this

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/

Re: [PHP-INSTALL] Shared mysql modules with mysqlnd (solved)

2009-08-26 Thread Ryan Schmidt
On Jul 31, 2009, at 15:08, Ryan Schmidt wrote: I wanted to make the mysql modules use mysqlnd by default for the obvious reasons, but I'm having trouble making them work this way as shared modules. I think they were working fine with mysqlnd when compiled into php statically. Usin

Re: [PHP-INSTALL] Mac OS X 64bit PHP 5.3 MySQL + Apache2

2009-08-25 Thread Ryan Schmidt
On Aug 24, 2009, at 20:46, Juan Madrigal wrote: I get an error stating that the mysql client libraries are missing. Could you post the exact error messages you get?

Re: [PHP-INSTALL] Help installing PHP and Apache on Linux (Ubuntu 9.04)

2009-08-22 Thread Ryan Schmidt
On Aug 22, 2009, at 11:52, Felipe Quagliarelo wrote: Hello guys, i am having some trouble installing them on linux. i installed linux yesterday and they didn't asked me to set a root password, only for the account that i use (nero), howeover i am able to update my system and so on with that

Re: [PHP-INSTALL] "system (" in any textarea hangs php/apache ?

2009-08-16 Thread Ryan Schmidt
On Aug 15, 2009, at 17:44, Vineet Bansal wrote: I have a fresh php 5.2.6 install on Apache 2 under CentOS 5.3. After receiving complaints from some users that they were unable to submit their abstracts on our proposal submission website, I was able to isolate the problem to this minimal and

Re: [PHP-INSTALL] compiling failed ...

2009-08-11 Thread Ryan Schmidt
On Aug 11, 2009, at 10:20, Patterson wrote: I am trying to compile the last PHP 5.3.0 source, i have the apache 2.2.11 source ... On what operating system? What configure arguments did you use for php?

[PHP-INSTALL] Why does ext/zlib have config0.m4 instead of config.m4

2009-08-05 Thread Ryan Schmidt
On Mac OS X, to build the zlib.so shared module, I can run PHP's main "configure" script with the "--with-zlib=shared,[DIR]" argument and then run "make build-modules". Most of what PHP's main configure script does is irrelevant to building just one extension, and for most extensions, I can

[PHP-INSTALL] Where are dbase, fbsql, fdf, ncurses, mhash, ming, msql and sybase now?

2009-08-05 Thread Ryan Schmidt
PHP 5.3.0's NEWS file says: - Moved extensions to PECL (Derick, Lukas, Pierre, Scott): . ext/dbase . ext/fbsql . ext/fdf . ext/ncurses . ext/mhash (BC layer is now entirely within ext/hash) . ext/ming . ext/msql . ext/sybase (not maintained anymore, sybase_ct has to be used ins

Re: [PHP-INSTALL] Shared mysql modules with mysqlnd

2009-08-02 Thread Ryan Schmidt
On Jul 31, 2009, at 15:08, Ryan Schmidt wrote: I wanted to make the mysql modules use mysqlnd by default for the obvious reasons, but I'm having trouble making them work this way as shared modules. Has anybody else tried to build the mysql extensions as shared modules when using my

[PHP-INSTALL] Shared mysql modules with mysqlnd

2009-07-31 Thread Ryan Schmidt
Hi. I'm the maintainer of php in MacPorts. Our php5 port has been monolithic, with all modules compiled in statically. I'm now switching this to a more modular architecture so that shared modules can be added and removed as needed. I wanted to make the mysql modules use mysqlnd by default f

Re: [PHP-INSTALL] Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3

2009-07-06 Thread Ryan Schmidt
Following up to my own post for anyone interested in the outcome: On Jul 2, 2009, at 08:23, Ryan Schmidt wrote: So I believe the statement "FastCGI is now always enabled" is false, because FastCGI is not enabled if you request an Apache SAPI. And I believe the statement that it &

[PHP-INSTALL] Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3

2009-07-02 Thread Ryan Schmidt
Hi. I'm the maintainer of PHP in MacPorts and I'm in the process of updating our php5 port to version 5.3.0. In PHP 5.2.x and earlier you had to choose which web SAPI you wanted -- Apache 1, Apache 2, or FastCGI. The CLI SAPI was always built in any case, in addition to the web SAPI you sel

[PHP-INSTALL] PHP 5 and IIS 6 Problem

2008-11-17 Thread Ryan MacDonald
ow and can't seem to figure it out. Any help is greatly appreciated! Ryan

[PHP-INSTALL] PHP 5 and IIS Not Always Working

2008-11-17 Thread Ryan MacDonald
w days now and can't seem to figure it out. Any help is greatly appreciated! Ryan

[PHP-INSTALL] PHP Extension Compiling

2005-10-05 Thread Ryan Creasey
own on line 0 I suppose my question isn't to ask how to fix installing the soap extension, but rather, is this the correct way to build, install and enable dynamic extensions? What am I doing wrong? This process doesn't seem to work for any of the other extensions I've tried to buil

Re: [PHP-INSTALL] Trouble with Formatting Paragraphs

2005-04-20 Thread Ryan Grange
elated question and I should have answered Heather directly off-list instead. -- Ryan Grange

Re: [PHP-INSTALL] Trouble with Formatting Paragraphs

2005-04-20 Thread Ryan Grange
ly from the web form? -- Ryan Grange

[PHP-INSTALL] [Install] WinXP+PHP4.3.4+Apache2.0.39

2004-02-16 Thread Ryan Chen
Hi everyone, Oh! I cannot install PHP into the new computer in my office. The Apache is OK after installed. Then I extract PHP to C:\php, and 1. copy all files in c:\php\dlls to c:\windows\system32; 2. copy php4ts.dll to c:\windows\system32; 3. copy php.ini-dist to c:\windows, and rename it

[PHP-INSTALL] site with linux binaries??

2003-09-08 Thread John Ryan
hi, i wanna upgrade php, but i dont have, and can never have root access on my server, plus no gcc or anything, so is there any site with binaries of php for linux-x86, with pretty much, all extras and modules!

Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Ryan Williams
$GET_['var_name'] will work. -- Ryan Williams On Tue, 4 Mar 2003, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo

Re: [PHP-INST] FW: GET not working

2003-02-07 Thread Ryan Williams
You need to use $_GET['mode'], not $mode, unless global_vars is turned on within the php.ini file. -- Ryan Williams On Fri, 7 Feb 2003, Pennington, Tim wrote: > > Apache 1.3.27 > > PHP 4.3.0 > > WNT > > > > After installing the above software comp

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Ryan Williams
I am assuming your restarting you server after any changes? -- Ryan Williams On Tue, 4 Feb 2003, Terry L. Ensley wrote: > I did what you suggested - which is actually the way I first started - I > deleted the action line. > > I do have both of these - in their p

[PHP-INST] php 4.3 in freebsd ports?

2003-01-28 Thread Ryan C. Creasey
Perhaps this is the wrong vein for such discussion, but does anyone happen to know when php 4.3 is scheduled to be updated in freebsd ports? It's still packing the 4.2.3 distribution. -- Ryan C. Creasey Network Engineer p11creative, p11.com -- PHP Install Mailing List (http://www.ph

Re: [PHP-INST] data transfer

2003-01-25 Thread Ryan Williams
This a config within the php.ini file. You will want to either turn on global variables, or call the variable correctly like $_GET['idx']. -- Ryan Williams On Sun, 26 Jan 2003, Ying Shen wrote: > sorry to bother you. > I am a new learner of PHP. > I want to just simply

RE: [PHP-INST] 4.3 The specified module could not be found.

2003-01-08 Thread Ryan Jameson (USA)
Well, I figured it out. New files in the dlls directory and not in the path. The error message sent me on a wild goose chase. :-\ Sorry... -Original Message- From: Ryan Jameson (USA) Sent: Wednesday, January 08, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] 4.3 The specified

[PHP-INST] 4.3 The specified module could not be found.

2003-01-08 Thread Ryan Jameson (USA)
ory to one with no spaces and putting the file there, it didn't work either. Any ideas? Thanks. <>< Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] PHP and AIX

2002-10-18 Thread Ryan Smith
Solaris), a simple test module, and some of the modules which come with PHP (such as ldap). Same result. --Ryan > -Original Message- > From: Jim Thome [mailto:jthome@;fcgov.com] > Sent: Friday, October 18, 2002 10:46 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > S

[PHP-INST] PHP and AIX

2002-10-18 Thread Ryan Smith
I tried to get this question answered once before, and got no response, so let me reword: Is anyone using dynamically loaded PHP modules on AIX? I can't get any, including the modules that come with PHP, to work. ANY help would be appreciated. --Ryan -- PHP Install Mailing List

[PHP-INST] AIX extension woes

2002-10-12 Thread Ryan Smith
cc -I/usr/local/include -I../../Zend -I../../main -I../.. -I../../TSRM -c -o firstmod.o firstmod.c cc -G -qmkshrobj -o libfirstmod.so firstmod.o --Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problems with PHP 4.2.2 and *IMAP*

2002-08-28 Thread Ryan Faricy
preciate a reply by email because these are such active groups. Thank you. Ryan Faricy -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] failed build with apache 2.0.39 and default install of php 4.2.2

2002-08-08 Thread Ryan Creasey
fact, this had taught me to do 'make builds' and preserving the installed version before I install the upgrade). Any ideas for those who are familiar with this method? - Ryan C. Creasey Network Engineer p11creative Bob Lockie wrote: > On Thu, 8 Aug 2002 15:51:05 -0700, Ryan C.

[PHP-INST] failed build with apache 2.0.39 and default install of php 4.2.2

2002-08-08 Thread Ryan C. Creasey
ts. Any suggestions? Ryan C. Creasey Network Engineer p11creative -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
Disregard my last message, it's done now. he he. Thank you very much Ryan - Original Message - From: "Ryan Adorable" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 04, 2002 4:53 PM Subject: Re: Re: [PHP-INST] Installing php 4.2.2 with apa

Re: Re: [PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
I got this new error: make[1]: Entering directory `/usr/www/php-4.2.2' /bin/sh /usr/www/php-4.2.2/libtool --silent --mode=link gcc -I. -I/usr/www/php-4.2.2/ -I/usr/www/php-4.2.2/main -I/usr/www/php-4.2.2 -I/usr/www/include -I/usr/www/php-4.2.2/Zend -I/usr/www/imap-2002.RC2/c-client -I/usr/db/

[PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
php_functions.c php_functions.c:93: parse error How could I fox this error? Thanks in advanced. Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] testing mcal install

2002-06-13 Thread Ryan Hagan
eem to run the PHP mcal_open() procedure. Whenever a page with that function is loaded, apache tells me it can't open that page. =( If I comment out the mcal_open() procedure, the page loads just fine, but without an mcal stream of course. Any ideas? They're much appreciated!

[PHP-INST] installing php4 with xitami

2002-05-24 Thread Ryan Galloway
I installed Xitami and then PHP4 (the installer that automatically adds to the filters in Xitami). I created a test page with a simple echo command, and I get this: -- Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled wit

[PHP-INST] how to upgrade from php3 to php4

2002-03-26 Thread Ryan
i get a blank page... :( Why is it so? please help... I really really need your help... I cant sleep with this simple problem bugging me... Thank you very much for your kindness and time. sincerely, ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Thanks, Im running now!

2002-02-20 Thread Ryan Snow
again. If ever I can answer a question of yours, you bet I will. I'll be around. Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] one more 'can't do this':

2002-02-20 Thread Ryan Snow
Thank you--that did the trick! On Wed, 20 Feb 2002, Steve Cayford wrote: > On my machine httpd is in /usr/sbin. That's not commonly listed on a > bash path, so try /usr/sbin/httpd instead (if that's where it is). > > -steve > > On Wednesday, February 20, 2002, a

Re: AW: [PHP-INST] cant find where ./configure --help works

2002-02-20 Thread Ryan Snow
sources from www.php.net unzip and untar them and then > .. ./configure :) > > Greetings, > > Stefan Siefert > > -Ursprungliche Nachricht- > Von: Ryan Snow [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 20. Februar 2002 19:23 > An: [EMAIL PROTECTED] > Bet

[PHP-INST] one more 'can't do this':

2002-02-20 Thread Ryan Snow
the command 'httpd -l' yields bash: httpd: command not found. any insight? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] cant find where ./configure --help works

2002-02-20 Thread Ryan Snow
I don't know where php was installed from, so I can't find where ./configure --help works at. I've tried 'locate configure' but there doesn't seem to be a file for php/in any php-related directories. Thanks for any help. Ryan -- PHP Install Mailing List (http:

[PHP-INST] config.cache file--what is it?

2002-02-20 Thread Ryan Snow
tion, what would the cache file's name be? A wild guess of mine is /etc/ld.so.cache, but Im not sure, and don't want to screw anything up. Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] how do i uninstall php?

2002-02-20 Thread Ryan Snow
> > 2. I don't know how to uninstall it. > > Remove the LoadModule line from httpd.conf and remove the libphp4.so file. Is this something I want to do if I am re-compiling/installing php? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] how do i uninstall php?

2002-02-20 Thread Ryan Snow
onfigure file that I know of. 4. I don't know exactly how(but can probably find out--the biggest problem is I don't have any config file to look at) to install it. Thanks for any help you can give me. Ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Help me configure php please.

2002-02-20 Thread Ryan Snow
Thanks Jim, I think that tells me my problem. I've got --without-mysql. I guess I'm going to have to recompile php? Thanks again. Ryan PHP Version 4.0.4pl1 System Linux porky.devel.redhat.com 2.2.17-8

Re: [PHP-INST] Help me configure php please.

2002-02-19 Thread Ryan Snow
It was done before I got here, so Im not sure. Is there a way to find out? thanks. Ryan On Tue, 19 Feb 2002 [EMAIL PROTECTED] wrote: > On Tue, 19 Feb 2002, Ryan Snow wrote: > > > > > Hi, Im brand new to the list--just joined today. Working on a program > > f

[PHP-INST] Thanks for the email (fwd)

2002-02-19 Thread Ryan Snow
Is there any way to get this wacko to quit emailing me this every time I post? -- Forwarded message -- Date: Tue, 19 Feb 2002 16:25:46 -0800 From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: Ryan Snow <[EMAIL PROTECTED]> Subject: Thanks for the email Do you have the

[PHP-INST] Help me configure php please.

2002-02-19 Thread Ryan Snow
27;t mysql functionality included with the core PHP installation? Thanks for any help you can give me, information or howto stuff. ryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] mysql_connect: undefined function

2002-02-19 Thread Ryan Snow
I get a fatal error that reads: call to undefined function: mysql_connect() in / Can anyone tell me what that means and how to fix it? Thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
Thank you for the suggestion. Unfortunately, it didn't help. I get the same error. Any more ideas out there? Ryan At 9:45 PM -0600 2/6/02, Steven Cayford wrote: >I don't know if the configure script for 4.1.1 deals with the two >level namespace on OSX, but for 4.0.6 I had

[PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
/logname/usr/bin/lsbom /usr/bin/leaks /usr/bin/lipo /usr/bin/look /usr/bin/leave /usr/bin/lkbib /usr/bin/lookbib /usr/bin/less /usr/bin/locate /usr/bin/lorder ./configure \ --with-gnu-ld produces exactly the same error. Suggestions? Ryan -- PHP Instal

[PHP-INST] PHP 4.1.1, MySQL 3.23.47, Apache 1.3.22, Mac OS X 10.1.2, openssl

2002-01-29 Thread Ryan Walker
SL-3-1/openssl produces this error: _sk_X509_value /usr/bin/ld: warning unused multiple definitions of symbol _crypt /usr/lib/libcrypto.dylib(fcrypt.o) definition of _crypt /usr/lib/libm.dylib(crypt.o) unused definition of _crypt make[1]: *** [php] Error 1 make: *** [all-recursive] Error 1 All suggesti

Re: [PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread Ryan Walker
AddType declaration. Ryan At 9:21 AM + 1/29/02, [EMAIL PROTECTED] wrote: >Content-Type: text/plain; charset=US-ASCII >Content-Disposition: inline > ;Creation-Date="Tue, 29 Jan 2002 09:10:10 +" > ;Modification-Date="Tue, 29 Jan 2002 09:21:10 +&

[PHP-INST] PHP 4.0.6 Compile Problem (RH 7.1)

2001-10-18 Thread Ryan Hill
looking through configure for a specific file it might be looking for or more information about the error, but am coming up with nothing right now. Can anyone point me in the right direction? Thanks in advance, PHP Newbie Ryan Hill, MCSE Network & Systems Engineer Corporate Information System

[PHP-INST] libc.so.25.2

2001-10-11 Thread ryan
core# /usr/local/apache/bin/httpd -v Server version: Apache/1.3.19 (Unix) Server built: Oct 11 2001 15:33:02 core# uname -a OpenBSD core 2.9 GENERIC#653 i386 php version 4.0.6 I've compiled in php as a static module, added LoadModule php4_modulelibexec/libphp4.so to httpd.conf (do

[PHP-INST] php4.0.6 with apache 1.3.19 and gd 1.8.4

2001-08-26 Thread Ryan Briggs
I was trying to add the gd library to my server, and it seems things went wrong somewhere. MySQL is previously installed and working. (/usr/local/mysql) Installed the gd library to /usr/local/gd - ok Installed php with config as: ./configure --with-mysql=/usr/local/mysql --with-config-file-path=

[PHP-INST] Installing php-4.0.6 as a CGI Interpreter, But getting 500 errors

2001-07-20 Thread Ryan C. Creasey
11@zuul:~/p11.com/cgi-bin/$ ls php.cgi -rwxr-xr-x1 p11 pg8711 52 Jul 20 12:59 php.cgi* p11@zuul:~/p11.com/cgi-bin/$ ./php.cgi bash: ./php.cgi: No such file or directory Anyone out there that could know what I'm overlooking? Any and all help would be appreciated. Ryan C.

RE: [PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-12 Thread Ryan La Riviere
actually have a file called libiodbc.dylib. Yup. -- -Ryan --- Mr. Ryan La Riviere Drexel University; College of Engineering The Drexel Engineering Curriculum Philadelphia, PA 19104 hp: <http://staff.tdec.drexel.edu/larz/> w: 215.895.6010 -- PHP Install Mailing List (http://www.php.net/) To

RE: [PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-11 Thread Ryan La Riviere
local/src/odbcsdk/lib -- -Ryan --- Mr. Ryan La Riviere Drexel University; College of Engineering The Drexel Engineering Curriculum Philadelphia, PA 19104 hp: <http://staff.tdec.drexel.edu/larz/> w: 215.895.6010 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAI

[PHP-INST] php 4.0.6 and iodbc...additional info for question

2001-07-10 Thread Ryan La Riviere
ibiodbcin st.2.1.5.dylib -rwxr-xr-x 1 root staff 745 Jul 7 16:07 libiodbcinst.la These files didn't get installed when ./configure can't find the .libs folder (and I'm assuming some other stuff since just making sure those files are there doesn't make it work either). Than

[PHP-INST] php 4.0.6 and iodbc

2001-07-10 Thread Ryan La Riviere
WIN -DUSE_HSREGEX -DUSE_EXPAT -DHARD_SERVER_LIMIT=1024 -DEAPI -DSUPPORT_UTF8 -L/usr/local/src/odbcsdk/lib -L/usr/local/src/odbcsdk/lib conftest.c -liodbc -lz -lm 1>&5 dyld: ./conftest can't open library: .libs/libiodbc.dylib (No such file or directory, errno = 2) Thanks. --

[PHP-INST] php 4.0.6 and iodbc

2001-07-10 Thread Ryan La Riviere
files are in the /usr/local/src and I'm using sudo with all my commands. Where could it be going wrong? Thanks. -- -Ryan --- Mr. Ryan La Riviere Drexel University; College of Engineering The Drexel Engineering Curriculum Philadelphia, PA 19104 hp: <http://staff.tdec.drexel.edu/larz/>

[PHP-INST] php 4 and SuSE 7.1: apache problems

2001-05-10 Thread Ryan Allen
e starts just fine. It's difficult to troubleshoot without any error messages or bread crumbs. Also, nothing is getting written to any of the log files. Does anybody have a similar set up? Anybody have any ideas of what I can do to get more information? Thanks in advanced!!! -- Ryan S

[PHP-INST] Re: [PHP-DB] PHP 4.04 install binary Win32 and MSQL 7.0

2001-01-18 Thread ryan . sinn
#x27;ve seen a bunch of interesting things since I started Hopefully I'll be able to answer more questions. One last thing, in the subject you refer to MSQL 7.0 -- you should probably use MSSQL instead, to help avoid confusion [yea, i know, it was probably just a typo]. Ryan Sinn US Ban