473,569 Members | 2,463 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem Making php 4.3.8

Forgive me, this is probably a very simple problem, but it's new to
me.
When I attempt to make php 4.3.8, it exits, and I believe the relevant
message is:

libtool: link: cannot find the library `'

I suspect it may be a problem with the Makefile, but more likely, I
have failed to configure php correctly. Here's the configure command I
used:

./configure --enable-versioning --enable-memory-limit
--with-layout=GNU --enable-force-cgi-redirect --enable-discard-path
--enable-fastcgi --with-openssl --with-zlib --enable-bcmath --with-bz2
--enable-calendar --with-crack --with-curl --with-cyrus --with-db4
--with-inifile --enable-dio --with-dom --enable-exif
--with-zlib-dir=/usr/lib --with-dom-xslt --with-dom-exslt
--enable-exif --enable-ftp --with-gd --with-gettext --with-gmp
--with-hyperwave --with-iconv --with-imap --with-imap-ssl
--enable-mbstring --with-mcal --with-mcrypt --with-mcve
--with-openssl-dir --with-mhash --with-mime-magic --with-ming
--with-mnogosearch=/usr/local --with-mysql --with-pspell
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--with-zip --with-apxs

I'd be grateful for any help anyone can provide.
Jul 17 '05 #1
2 1504
Befuddled wrote:
--with-openssl-dir --with-mhash --with-mime-magic --with-ming
--with-mnogosearch=/usr/local --with-mysql --with-pspell
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--with-zip --with-apxs

I'd be grateful for any help anyone can provide.


I had a similar problem when I was trying to make php from a path with
special characters like SPACE, ', "", etc. but I don't remember which
one exactly, was many years ago...

darko
--
"Cosa sono i milioni, quando in cambio ti danno le scarpe ?"
http://www.autistici.org/darko
Jul 17 '05 #2
Befuddled skrev:
Forgive me, this is probably a very simple problem, but it's new to
me.
When I attempt to make php 4.3.8, it exits, and I believe the relevant
message is:

libtool: link: cannot find the library `'

I suspect it may be a problem with the Makefile, but more likely, I
have failed to configure php correctly. Here's the configure command I
used:

./configure --enable-versioning --enable-memory-limit
--with-layout=GNU --enable-force-cgi-redirect --enable-discard-path
--enable-fastcgi --with-openssl --with-zlib --enable-bcmath --with-bz2
--enable-calendar --with-crack --with-curl --with-cyrus --with-db4
--with-inifile --enable-dio --with-dom --enable-exif
--with-zlib-dir=/usr/lib --with-dom-xslt --with-dom-exslt
--enable-exif --enable-ftp --with-gd --with-gettext --with-gmp
--with-hyperwave --with-iconv --with-imap --with-imap-ssl
--enable-mbstring --with-mcal --with-mcrypt --with-mcve
--with-openssl-dir --with-mhash --with-mime-magic --with-ming
--with-mnogosearch=/usr/local --with-mysql --with-pspell
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--with-zip --with-apxs

I'd be grateful for any help anyone can provide.


1) you haven't specified a dir to --with-openssl-dir.
I know that ./configure --help describes it as optional, but in my
experience it's not
2) try disabling/enabling the directives in groups to find the one
that's giving you trouble

--
Bjarne D Mathiesen http://mozilla.mathiesen.info/
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$/Intel-frit miljø
MacOS X 10.3.4 Panther ; Mozilla 1.7rc1+ ; PowerPC G4 800MHz
Jul 17 '05 #3

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

Similar topics

1
2851
by: Bartje | last post by:
Hey, I am wondering what the best solution will be to program the following problem in access, the dutch 97 edition. I am developing a database for a day care centre (for my girlfriend). This database consist out of six tables, Child, Employee, Group, ChildByGroup, EmployeeByGroup (it must be possible to place a child or an employee in...
102
5625
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler can't tell where a bracket is missing.... a few weeks have past, I requested a feature for the delphi ide/editor "automatic identation of code in...
28
5185
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass(); .... and then call the virtual method, why is it that the base class's method is called instead of the overridden method? How do I fix this if I...
11
1375
by: ASP newbie | last post by:
I cannot run my asp.net application in w2k server. But the program works fine under w2k professional. Can anyone tell me is there any difference in the settings? Many thanks.
2
1817
by: Richard Lionheart | last post by:
Hi All, I generated a WebForm and created a Virtual Directory for it IIS. But I got an error message (shown below) saying something like my app lacked appropriate privileges. David Wang replied to an earlier question about this issue, and he informed me that I needed to include my UserID in the "VS Developers" group in order to WebForm...
0
1357
by: krishnasamy | last post by:
Hello, I am writing a DLL for Capturing the Image from Camera Device using Camera SDK DLL. All the calls made to functions in Camera SDK DLL are working properly as I am able to get a return value of zero. I am able to get the image data as unmanaged memory address(pointer) as a result of a functions call to the camera SDK. I do not know...
30
2778
by: Einstein30000 | last post by:
Hi, in one of my php-scripts is the following query (with an already open db-connection): $q = "INSERT INTO main (name, img, descr, from, size, format, cat, host, link, date) VALUES ('$name', '$img', '$descr', '$user', '$size', '$format', '$cat', '$host', '$link', '$date')" or die(mysql_error()); And when the query gets executed i get...
1
2126
by: Uwe Kotyczka | last post by:
Hallo, sorry for multiposting, but I am really looking for some hint to solve my problem. And no, I don't use Matlab, but maybe the matlab people have an idea nevertheless. I have to solve a nonlinear least square problem. Let me tell you some background first. Imagine you have a tool to process some work piece, say polishing some piece...
6
3628
by: James Dow Allen | last post by:
On May 7, 11:24 pm, sophia <sophia.ag...@gmail.comwrote: Contrary to a suggestion in this thread, the straightforward solution to this puzzle is not of exponential complexity, but rather N^3/3. Yes, I know O(N^3) = O(N^3/3) but I show the constant divisor to emphasize that the iterative structure is related to the volume of a pyramid. ...
12
2903
by: sgurukrupagmailcom | last post by:
Hi, I am unable to get the following to compile struct m { void n ( ) throw ( m ) ; } ; int main ( )
0
7703
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...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7982
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...
1
5514
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...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2116
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
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.