<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll 2.0.2 --HELP--"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll 2.0.2 --HELP--"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll 2.0.2 --HELP--</title>
				<description><![CDATA[ I have never done anything with php before and really have done little on the net in the last 4 years.  I multiple years back was pretty involved and actually put the first live cam online from the state of Missouri when there where less than 100 live cams listed in search engines on the entire Internet.<br /> <br /> At our 35th High School reunion I was elected chairman of our reunion committee and have now created a class web site and want to use the Advanced Poll 2.0.2 on it.  I have never done anything with php so am sort of at a loss.<br /> <br /> I am currently using RedHat 7.3 and Apache and MySql to run a class database and web site.  <br /> <br /> My question is can someone tell me exactly what RPM's I need to install to make the Advanced Poll 2.0.2 work?  This will be the only php application that I will run on this server.  Due to the fact that this is the LAST web site I will ever build I only want to install absolute min that is required to make this script run.<br /> <br /> I know there is the php-4.1-2.7.src.rpm  but think this will install much more than I really need to make the  Advanced Poll 2.0.2 work and due to the fact that I will not be using any other php applications it seems un-necessary to install everything.<br /> <br /> On RedHats web site I found the following RPMS that I think might be needed but not 100% sure... php-4.1-2-7.i386.rpm, Php-pgsql-4.1.2-7.i386.rpm and php-mysql-4.1.2-7.i386.rpm  Are all of these necessary? or can I get away with just installing 1 or 2 of them? And or do I need to install any others?<br /> <br /> If you have any other suggestions as links that might help me get this setup I sure would appericate you posting them.  From the reading I have done on Advanced Poll 2.0.2 it seems once I get the php working on my system the install program will do everything else I need.<br /> <br /> Thanks in advance for you time!<br /> ken<br /> <br /> PS. I know these questions are pretty basic for lots of you but keep in mind I am pretty far over the hill <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> so please cut me some slack in asking these question.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1069/2729.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1069/2729.php</link>
				<pubDate><![CDATA[Thu, 10 Oct 2002 18:00:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>PhP</title>
				<description><![CDATA[ Well seeing I did not get a response to my above question I thought I would just go ahead and compile the PHP and do the install that way instead of just doing individual rpms.  I have used the link below as a guide in doing this.<br /> <br /> <a class="snap_shots" href="http://www.opendeveloper.org/PHP/HowTo/How_To_Install_PHP_on_Linux/" target="_blank" rel="nofollow">http://www.opendeveloper.org/PHP/HowTo/How_To_Install_PHP_on_Linux/</a><br /> <br /> I have NOT found a rpm with Client Libraries but have everthing else installed ... when I try and compile the PHP I get the flowwing<br /> <br /> [root@lakecam php-4.1.2]# ./configure --with-apxs=/usr/sbin/apxs --with-mysql<br /> loading cache ./config.cache<br /> checking for a BSD compatible install... /usr/bin/install -c<br /> checking whether build environment is sane... yes<br /> checking whether make sets ${MAKE}... yes<br /> checking for working aclocal... missing<br /> checking for working autoconf... missing<br /> checking for working automake... missing<br /> checking for working autoheader... missing<br /> checking for working makeinfo... missing<br /> checking whether to enable maintainer-specific portions of Makefiles... no<br /> checking host system type... i586-pc-linux-gnu<br /> checking for gawk... gawk<br /> checking for bison... no<br /> checking for byacc... no<br /> configure: warning: You will need bison if you want to regenerate the PHP parsers<br /> .<br /> checking for gcc... gcc<br /> checking whether the C compiler (gcc  ) works... yes<br /> checking whether the C compiler (gcc  ) is a cross-compiler... no<br /> checking whether we are using GNU C... yes<br /> checking whether gcc accepts -g... yes<br /> checking how to run the C preprocessor... gcc -E<br /> checking for AIX... no<br /> checking for gcc option to accept ANSI C... none needed<br /> checking for ranlib... ranlib<br /> checking whether gcc and cc understand -c and -o together... yes<br /> checking whether ln -s works... yes<br /> checking for flex... lex<br /> checking for yywrap in -ll... no<br /> checking lex output file root... ./configure: lex: command not found<br /> configure: error: cannot find output from lex; giving up<br /> [root@lakecam php-4.1.2]#<br /> <br /> Any suggestions on what I am missing and where to get it?<br /> <br /> Thanks again for you time and consideration in this issue]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1069/2741.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1069/2741.php</link>
				<pubDate><![CDATA[Fri, 11 Oct 2002 16:18:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Down 2 one error now</title>
				<description><![CDATA[ Well I have been working this problem out and still need just a tad bit of help...<br /> <br /> I am continuing this thead as perhaps it will help someone else at some point in time....<br /> <br /> Seems do to the way I install a linux RedHat system with absolute mininum install I was missing some necessary RPMS like flex bison byacc autoconf automake and texinfo to mention a few.  Once I got all these installed the make went fine with NO errors.  I did the make  then make install and then copied cp php.ini-dist /usr/local/lib/php.ini<br /> <br /> when I do a /etc/rc.d/init.d/httpd restart I get the following error ... I cannot find any info on this error when I search the web... to get the web server working again I commented out line 261 and one more line about 100 down from it with the libphp4 in it.<br /> <br /> I am running Apache 1.3.23-14   <br /> <br /> Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4<br /> .so: undefined symbol: sapi_globals<br /> <br /> I think once I get this figured out PHP will work.<br /> ------Please HELP with the error----]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1069/2745.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1069/2745.php</link>
				<pubDate><![CDATA[Sat, 12 Oct 2002 18:32:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>