473,809 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to compile php + library

Hi,

I use php to program some useles stuff for fun. Now I want to use a certain
funcion, imap, and to do that I have to install the library first.
I want to use the imap functions. Now they say you have to compile it, so i
downloaded the imap files and MS Visual C++ 6. I have no experience with how
to compile stuff or writting stuff in C++. Do I need to make a complete new
php installation from the php source + library source or well... I tried to
find some info on the internet but it's all mystery for me..
Can anyone help me with this.. I already tried a pre-compiled version of
php-apache-mysql from php-dev but I don't like that... and in the
appropriate php groups nobody seems to know how to do this.... bit odd, but
well..

Maarten

ps I'm running w2k
Jul 19 '05 #1
1 2389
On Sat, 15 Nov 2003 12:27:06 +0100, MuffinMan wrote:
Hi,

I use php to program some useles stuff for fun. Now I want to use a certain
funcion, imap, and to do that I have to install the library first.
I want to use the imap functions. Now they say you have to compile it, so i
downloaded the imap files and MS Visual C++ 6. I have no experience with how
to compile stuff or writting stuff in C++. Do I need to make a complete new
php installation from the php source + library source or well... I tried to
find some info on the internet but it's all mystery for me..
Can anyone help me with this.. I already tried a pre-compiled version of
php-apache-mysql from php-dev but I don't like that... and in the
appropriate php groups nobody seems to know how to do this.... bit odd, but
well..

Maarten

ps I'm running w2k


Hi Maarten,

First, you'd probably find the answer to this question faster in a
group that is more web software centric.

That being said, I *think* what you are wanting to do is re-compile PHP
with mod_imap enabled. Looking at the PHP website (www.php.net) I don't
see any source that is geared towards a MSVC++ compiler which doesn't
surprise me very much. Typically PHP/MySQL/Apache is run on linux rather
than Windows.

You might benefit from joining/searching one of the mailing lists.

--
Benny
Remove your rose colored glasses before e-mailing me

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3206
by: David Swedish | last post by:
Hi all! I have made a C++ program that reads and interprets a TCL-script. I have actually succeeded to compile it in Visual Studio, but to avoid Windows I want to compile it on linux (using redhat). I have installed TCL with the header-files tcl.h, tclDecls.h aso, as well as the library file tcl84.lib. Is there anything else I need? When trying to compile with g++ I get the error "undefined reference to Tcl_CreateInterp", "undefined...
11
387
by: babuyama | last post by:
Hi, Is there a way to obtain library name at compile/preprocessor time? Assuming that the compilation unit, myfile.c is part of mylib.a, from myfile.c code at compile/preprocessor time, I would like to know that the library name is "mylib". I could not find an equivalent of __FUNCTION__, __FILE__ defines for getting the library name. Is there another way? Thanks, Babu
1
2819
by: Jim Heavey | last post by:
I am attempting to understand how to compile programs outside of the IDE. I attemtped to compile my program as follows: vbc /target:library DatabaseAccess.vb /library:system.data /library:system.data.sqlclient I also tried the following: vbc /target:library DatabaseAccess.vb /library:system.data /library:system.data.sqlclient
10
2907
by: Arno R | last post by:
Hi all, Is it possible to execute a command like 'CompileAndSaveAll' at runtime? In a new app I use a codelibrary. (The app is still changing, codelib also) I add this lib to the references at startup with code. By adding the lib the db enters a 'decompiled' state. I would like to compile at runtime or is this not needed?
2
1425
by: Shachar | last post by:
Hi All, When I'm trying to compile a class library with no web reference to x64 Release I Succeed. When trying to compile a class library with web reference to x64 Debug I Succeed. When trying to compile a class library with web reference to x64 Release I get an error : Error 1 "sgen.exe" exited with code 1.
1
3404
by: HugoScripts | last post by:
hi there, as i said i'm trying to compile a simple program that uses allegro, it's a small thing, indeed my goal was just to start using allegro, but until now i'm unable even to compile my simple program. that's the program (i named it alle.c): #include <stdio.h> #include <stdlib.h>
3
6736
by: DThreadgill | last post by:
Upon trying to compile my db, I get the following error - "Compile Error - Method or Data Member Not Found" and it highlights the .backcolor of the following code Private Sub Mentioned_Employee_GotFocus() Mentioned_Employee.BackColor = 65535 End Sub I viewed my references and there are none that says MISSING. These are the ones I do have: Visual Basic for Applications Microsoft Access 11.0 Object Library
0
3314
by: dot | last post by:
I spent a few headache filled days trying to use GMP on windows (XP pro) I finally got it to work and since I found little help on the Web I thought someone might find what i did useful. Creating an environment suitable for GMP programming. 1) Create 'cygwin' environment (see below) 2)add GMP to the cygwin directory (see below)
2
6366
by: akhilesh.noida | last post by:
I am trying to compile glibc-2.5 for ARM based board. But I am getting errors while configuring it. Please check and give your inputs for resolving this. configure command : $ ../glibc-2.5/configure --prefix=/mnt/new/Mars/glibc_HQ_test/GLIBC/ install/ --with-__thread --enable-kernel=2.6.11 --enable-shared
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10635
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10115
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7653
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.