php-install Digest 16 Feb 2003 08:10:37 -0000 Issue 1250

Topics (messages 10050 through 10053):

Problems with install on drive D:\ in place of c:\
        10050 by: lhesp

buildong bundled GD  on win32
        10051 by: firepages

Re: Installing PHP on Apache 2 with Win2k
        10052 by: firepages

values out of form variables
        10053 by: Mihir Dhond

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi,

I have installed two exact copies of Apache 1.3.27 with php 4.3.0 and mysql
on two different computers: one with windows NT on D:\ and one with Windows
XP on C:\.. The only difference is that on the NT box I'm using D:\ instead
of C:\. The result is that php is not working at all in the NT configuration
(and its not an NT problem because earlier I had it on C:\ and everyting
worked fine).
The problem is that it is possible to start an application but it is
impossible to get then any further than that.
So why is php behaving so bad when it is used on an other drive than c: or,
maybe when the operating system is not on C:\. With apache and mysql there
are no problems.

So does anyone have a suggestion to let php work in a configuration on the
drive D:\

Thanks in advance.


--- End Message ---
--- Begin Message ---
Hi , getting this error...

has anyone seen it b4 ? is this a freetype issue or gd issue ? (PHP4.3.1
MSVC6 freetype 206)

Creating library Release_TS/php_gd2.lib and object Release_TS/php_gd2.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other
libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs;
use /NODEFAULTLIB:library
freetype2.lib(ftbase.obj) : error LNK2001: unresolved external symbol
_ft_debug_init
..\..\Release_TS/php_gd2.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

regards
Simon.



--- End Message ---
--- Begin Message ---
I would suggest you grab 2.0.44 as its much stabler than .43 on win32 ...
regardless..

there is nothing wrong with your LoadModule line assuming the path is
correct
try sticking a copy of php.exe and php4ts.dll into your /sapi folder

Regards,
Simon


<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello Everyone,
>
> I am running Apache 2.0.43 on Windows 2000 Professional, and attempting to
> run a PHP 4.2.3 installation.
>
> I attempted to add the following three lines of code to my httpd.conf as
> stated in my php tutorial book:
>
> LoadModule php4_module c:/php/sapi/php4apache2.dll
>
> AddType application/x-httpd-php .php .phtml .html
> AddType application/x-httpd-php-source .phps
>
> Now, the AddType lines of code seem to take just fine, however when I try
to
> add the "LoadModule" line of code, I receive a startup error from my
Apache
> server. When I take this line of code out, I receive a confirmation of
> successful login. I've seen several variations of the add line, however
was
> wondering if anyone had found a solution to this, as I have found nothing
> related in the archives.
>
> Thanks in advance,
>
> Tramel Woodard
> Web Developer
> Real 2 Life Design
> http://www.real2life.com


--- End Message ---
--- Begin Message ---
I have the latest version of PHP 4.3.0-win32 (the latest stable version) and
version 1.3.27 of Apache installed. I have a windows XP operating system The
normal php scripts are working fine but when it comes to pulling out
variable values out of a form, it just doesn't work..I worked very hard to
get rid of this problem, but in vain. I run php as a server module.
I also tried enabling the register_globals in the php.ini file but that did
not help. I also tried various browsers like internet explorer and
Mozilla...but the problems remains...I would be very grateful if someone
could help me as fast as possible on this, because without form variables I
am just not able to proceed...

I am giving a very simple code that I used...

A basic html file.. calling a php script:

<form action="welcome.php" method="get">
First Name: <input type="text" name="firstname" /><br />
Last Name: <input type="text" name="lastname" /><br />
<input type="submit" value="GO" />
</form>

code in welcome.php:

<?php
echo( "Welcome to my Website, $firstname $lastname!" );
?>

I have already uninstalled and reinstalled both, the apache server and the
PHP....

Hope to get some help on this...

Mihir Dhond


--- End Message ---

Reply via email to