php-install Digest 29 Oct 2001 00:22:57 -0000 Issue 527
Topics (messages 4769 through 4774):
Toronto php users group meeting.
4769 by: Dariush
compiling php as an module
4770 by: Joern Muehlencord
4772 by: Yasuo Ohgaki
4773 by: Joern Muehlencord
4774 by: Yasuo Ohgaki
PHPlib as shared-modules
4771 by: Joern Muehlencord
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]
----------------------------------------------------------------------
www.realsoftstudio.com
... News Release ...
PHP User Group Meeting Monday, Oct.29 at 7pm-10pm
PHP SPINAL INJECTION TUTORIAL
-----------------------------
When : Monday, Oct.29 at 7pm-10pm
Where : Velocet Communications Inc.
210 Dundas street East (At University)
suite 8000 (8th floor)
Toronto
** If anybody has a 1024x768 capable SVGA projector they could
possibly bring to this, please email me: [EMAIL PROTECTED] **
Cost : $1,000,000 per person
(If you can't afford to pay that, we will let you in for free)
Audience : HTML designers who want to get into writing dynamic web apps,
weekend web warriors and experienced web developers who want
to understand how PHP fits into the picture.
Abstract : PHP is a popular scripting language designed specifically for
creating web-based applications. The first half of this
fast-paced
tutorial, will quickly run through the basic characteristics and
then move on to demonstrate how to use PHP to create images,
pdf's
and flash on the fly. In the second half things will get more
complex with topics such as SQL, LDAP, XML, XSL/XSLT plus a peek
into the internals of PHP's extension API if there is time.
Attendees should have a basic understanding of HTML and the basic
HTTP client/server model. For the latter topics a bit of
advanced
programming experience would be helpful but certainly not
required.
www.realsoftstudio.com
begin 666 newslogo.gif
M1TE&.#EA+@`F`-4``)EFF<R9S/_,_]RYW#,S9F9FF9F9S,S,_P`S,V:9F9G,
MS,S___7__V:99IG,F<S_S&9F,YF99LS,F?__S-S<N?__]68S,YEF9LR9F?_,
MS-RYN?_U]?____7U]<S,S+FYN9F9F69F9C,S,P```/___P``````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````"'Y! $``"0`+ `````N`"8```;_
M0))P2.(8CTA.Y9A).I'$:)3RJ5H[V.5 `NHZ,%^/V D:2Z-8SECMZ58[XKA<
M#,* N'/C>?AA=^> @8!E<7I[?4<>(2 <A!Y/;'1_?VV$''L:CYHB(VTA'B(B
M(2$8BV-K@W4-(*92#(]&;:%M'")E( NBH!X$$:RL<B )( !=95(;FFIE(XL9
M"!8A1B&V(Z4<U&URBQ>K=QY2<$<@(AP7(PX>G6,@S:&,H"/PGJP%%ZU1'PN)
MC L7!^1&25/':AVC;'06"4R X1(1#IF,.2I4J!$=-0H_)11HRN$0#GTR!*LD
M4:*<6*?$*/SUZ&&'#VWV(5$4R)C B1,\<2SCL0@%_SIV-&VD%\L1JT4@#NB\
MV;,(S%AJV' 0J:G+2D)-*DE8VO$AR#G[&CZ@"$N,`2YE%I15-*H73Y<=EGG
M@,&#@DB1Q-1%N4!D5+8W6W[L(V?!`A 9E)(5J6 DQ:.BWC[\0/51A@R,<MK%
MH( S':$U=S*:#"=0I,HD@Z8L2@VI8"$@\QK!E6%46I$\Q2@P!JBUJ=<<L% "
M[2"C,&!"Z]+9JG+4A=T3)D_@+7=4G*.V;Y$$8>#Z0CL]JR@6(R"=AVBNYZK4
MQID0;]&O7\X9V[M,=NT*(@"P71?[)VE$2-!='(FYEU)"O&ECTE+&]'0+" &8
M-Y$@G\VUH'\2?.)@([95:+M4A6)<((A5]QDBA$8><!& !(V5P=QU[H'@P'"W
M4',/,$T1TMV#E02@2!=HV6> '1<N)&)3)+019!<76"61`27Y4A):OEV0`))%
M2%! "%*R,LPB71[E9$DUVK*(B5Y5@E077=K3`$>^E>1!! 1 L,B56!812P`)
MP'F31!%LR64!72HBRB@-Y0F;$3G9! *A?WY#)I2!*7K&3( $&H*@4[+5Q1Z@
:2@$)!],=924AMED:ZJJP>3"!4MBQ.D00`#L`
`
end
Hi out there,
there is a shared module in my distribution in
/usr/lib/apache-extramodules/ called libphp4.so. (It is a Mandrake 8.0,
using php 4.0.6). The PdfLib is not compiled into this module. So I
build the pdflib to /usr/local/ and tried to recompile php using
--with-pdflib=/usr/local.
It works - but I cannot compile it to the above shared module. How can I
realize this, so that I simply can replace it by the new one.
Any hints?
Thanx.
Joern
Joern Muehlencord wrote:
> Hi out there,
>
> there is a shared module in my distribution in
> /usr/lib/apache-extramodules/ called libphp4.so. (It is a Mandrake 8.0,
> using php 4.0.6). The PdfLib is not compiled into this module. So I
> build the pdflib to /usr/local/ and tried to recompile php using
> --with-pdflib=/usr/local.
> It works - but I cannot compile it to the above shared module. How can I
> realize this, so that I simply can replace it by the new one.
>
> Any hints?
Have you read the manual and INSTALL file comes with source?
http://www.php.net/manual/en/install.unix.php
try ./configure --help for configure options, also.
--
Yasuo Ohgaki
Hi!
> Have you read the manual and INSTALL file comes with source?
> http://www.php.net/manual/en/install.unix.php
> try ./configure --help for configure options, also.
Yes, I have - and I think I have found what I need. --with-apxs. But I
cannot succeed, because no libphp4.so is created during the build
process.
That is, what I am asking here.
BTW: I do NOT want to compile Apache again!!
Joern
Joern Muehlencord wrote:
> Hi!
>
>>Have you read the manual and INSTALL file comes with source?
>>http://www.php.net/manual/en/install.unix.php
>>try ./configure --help for configure options, also.
>>
> Yes, I have - and I think I have found what I need. --with-apxs. But I
> cannot succeed, because no libphp4.so is created during the build
> process.
Unless you write what is going wrong, nobody cannot help you...
If it's a build problem, you should have some errors.
> That is, what I am asking here.
> BTW: I do NOT want to compile Apache again!!
Why not? It's not like compiling kernel or X. It compiles in a few
minutes.
Anyway, if you not prefer to compile, use binary packages.
--
Yasuo Ohgaki
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hi out there,
there is a shared module in my distribution in
/usr/lib/apache-extramodules/ called libphp4.so. (It is a Mandrake 8.0,
using php 4.0.6). The PdfLib is not compiled into this module. So I
build the pdflib to /usr/local/ and tried to recompile php using
--with-pdflib=/usr/local.
It works - but I cannot compile it to the above shared module. How can I
realize this, so that I simply can replace it by the new one.
Any hints?
Thanx
Joern
PS: May be this Mail was be send twice - sorry....