@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14



Comments:

<0> thanks guys :)
<1> shields_ Thanks but that does not have anything on adding a window manager to your session menu for login.
<2> (if it's broken) otherwise edit /etc/X11/xorg.conf -- or use the desktop tools -- if there's anothe way, I don't know it)
<2> xdpyinfo is not even installed on default ubuntu -- they expect people to use kde and gnome just to look at settings
<3> Cyrano_De: is there an xinitrc for said wm?
<4> mrm.
<5> quacker: yes
<2> dion_, ?
<6> This may seem like a dumb question, but do you have to download php separately from apache, or do you simply download apache and configure it to include php support? Is php separate from Apache, or is it a part of Apache?
<5> quacker: that was just a "me too" post to your ubuntu comment :p
<2> ls -d /etc/X11/xinit/xinitrc
<1> I found part of one and added some bits from the twm.desktop file. All is well in the world now that I am back on Ice
<1> earth1 PHP is seperate from apache
<2> earth1, got a good pkg mgr (like apt)?
<6> quacker: I have rpm
<1> You will need to d/l php and compile it as well if you do not use your package manager or need to set custom config options.



<7> earth1- it gets really fun when you want to build PHP with MySQL support... and realize you forgot to download the MySQL tarball with the header files that needs.
<7> it can be a pain. if you can find an RPM that has it all ready to go... do that.
<2> dunno, then, but I know apt pkgs tends to pull apache when you ask for anything else that depends on it, quite nicely
<1> Yes, make sure you Download all of the parts you need for your site right from the start. Watch the order you build them in.
<1> apt4rpm has been working quite well for me.
<6> The problem is that I have Apache and MySQL, but it seems that I don't have mysql support compiled into PHP or something. When I do a PHP INFO script, the only thing that it mentions about mysql is in the configure command and it is simply --with-mysql=shared,/usr .. I think it needs something more because I am unable to communicate with the MySQL server with any of the php scripts I have.
<2> whatever one is used to I guess
<1> Other than the broken icewm packages for 9.3
<1> Broken packages are the same wether they are debs, rpm, or tgz. Just a royal pain.
<7> earth1- you need to download and install the developer package for mysql, then rebuild apache... at least thats what PHP told me on a message about MySQL support not being included.
<8> Cyrano_De: i don't see how a tarball qualifies as a borked package
<6> I was on a PHP Help channel, and someone in there told me that the reason my scripts won't run is because I don't have mysql support.
<7> I can't recall the exact error, and I was installing from source tarballs, if you use binary RPMs you might have different dependencies to worry about.
<9> geeze
<1> kodon then you've never had issues with bad configure scripts.
<9> ppl you dont go building from scratch when you dont know how
<9> earth1: what error are you getting from php when you try to connect to mysql?
<6> The server is Trustix Secure Linux, and it comes with MySQL, Apache, PHP, etc.. But I guess I need to Apache, PHP, and MySQL from the ground up.
<9> no you dont
<9> if it came with packages for apache, php, and mysql then you have what you need
<6> Well, I don't want to do it the wrong way.
<8> Cyrano_De: nope. at least not that i can recall...sources don't let me down too much
<2> Cyrano_De, apt helps you avoid broken packages by calculating dependencies and recommends. The Debian (and other official distro) repository maintainers do a very good job of this when making .debs
<9> what package manager does trustix use?
<7> earth1- unless you have some really oddball configuration, or you are doing it as a learning exercise, there is rarely a need to compile anything from source these days.
<6> Trustix uses RPM
<9> okay then try rpm -qa|grep php
<6> okay - hang on
<1> If you need to use apache 1.3 and your distro only offers 2.X you may have to build.
<6> Here is what I got when I did the rpm -qa|grep php
<6> mod_php4-ldap-4.3.11-3tr
<6> mod_php4-gd-4.3.11-3tr
<6> mod_php4-domxml-4.3.11-3tr
<6> mod_php4-4.3.11-3tr
<6> mod_php4-exif-4.3.11-3tr
<6> mod_php4-imap-4.3.11-3tr
<10> lol
<1> opps
<10> man overboard!
<9> hmm dont remember saying anything about pasting to channel
<2> !pastebin
<11> [pastebin] http://paste.getlinuxhelp.org/
<6> I'm back
<1> We have to build apache/MySQL and PHP at work to get a specific configuration that has been used for the last 5 years.
<6> sorry about the flood
<9> was there a mod_php-mysql ?
<9> Cyrano_De sometimes you run into that but 99% of the time packages cover the needs
<2> =(
<6> I have never used PHP and MySQL before, and since this is all new, unless there is no reason to change what my machine has as it's default setup, I would rather build on the latest versions with all of the bells and whistles enabled, etc..
<9> use packages
<9> i'm doing a check for the rpm name but it should be something like mod_php4-mysql
<6> Hang on - I will show you what it gave me - I will use pastebin.. Hang on
<9> you just need to add that package
<9> !paste
<11> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you.
<9> yea look for an rpm on your cds thats mod_php-mysql
<9> and install it
<9> you will then have mysql support in your php
<9> Cyrano_De what do you use thats special in php that requires you to build it from scratch



<10> Redie, that mysql support reminds me of an issue of mine.
<6> Okay - here are the results from the RPM grep:
<6> http://pastebin.com/526842
<10> i forgot that package and i couldn't work w/ MySQL and PHP.
<9> i always build my apache/mysql myself but thats cause i use 3x
<12> anyone messed around with linux ppc?
<1> You would have to ask our Webmaster. I just setup the server and help him with the builds. It is something that RedHat used to do.
<9> okay you have php support for mysql so lets go back to to what error do you get
<9> Cyrano_De you use apache 1.3x or 2x?
<1> 1.3x
<9> thats why you build it and dont use packages :)
<6> Okay - hang on - I will send you the PHP code, and the subsequent errors in pastebin.. Okay?
<1> RedHat EL 3+ does not come with the 1.3x tree anymore as well.
<9> no no dont send me nothin firewall wont let it thru :)
<10> the funny thing is, i was wandering all day while i knew i hadn't this package in.
<10> yeah
<6> I mean I will send you the link here in the channel
<9> okay that works
<6> okay - hang on
<1> Man I love IceWM
<9> Cyrano_De almost nothing comes with it 1.3x anymore
<8> slack does
<1> Yeah, I know. Being a Subversion admin, I don't mind so much. Our PHP programming webmaster has other ideas....
<1> ];/
<6> Okay - here it is:
<6> http://pastebin.com/526851
<9> earth1 where is that link?
<6> http://pastebin.com/526851
<9> show me a page with just 1 line in it
<6> ?
<9> <?phpinfo()?>
<6> Do you want the output from <?phpinfo()?> ?
<9> check your apache error log cause you said it comes up blank
<6> ok
<9> your gonna get that error if you run it command line most likely
<9> that error should print out in your page if its actually encountering the error
<6> There was no error in the page. I can send you the full link if you like so you can see what it does
<13> /detach
<13> err
<6> http://www.butlerelectronics.net/butlerbookkeeper/mysql_up.php
<14> reattach reattach! undo! UNDO!
<13> :P
<13> switched rooms
<14> its official, I can't get the poker game running under wine
<6> hang on
<1> fg
<9> earth1 try restarting apache
<1> mule, you know linux has poker?
<15> cineva on?..
<15> cum instalez si eu modem adsl IceData 500 pe fedora core 4?
<1> I try to only use wine for the things that just don't have an equivalent native app. Like mirc
<5> Gangster-Wog: English
<15> ok i try to instal the modem IceData 500 to linux fedora core 4.
<7> Cyrano- I used to use mirc under WINE.. haven't bothered setting it up on my current linux box. May at some point, at the moment I'm happy with ksirc...
<1> Ack another one.
<1> I was getting on a friend of mine just the other day for doing that....
<1> Try xchat first if you need rodent driven chat.
<15> what i have to do to instal the modem to fedora core 4?
<16> use irssi!
<16> XD
<1> Gangster-Wog Have you done any searches for drivers? I'm not familar with that modem. Is it internal?
<1> or bitchx.
<1> Been meaning to give irssi a look see for a while now.
<1> How well does it handle multiple servers and multiple channels in a single term?
<17> Cyrano_De: the best of all the console clients
<16> Cyrano_De: it's pretty good
<6> Redragon^: Here is the error log for Apache:
<6> PHP Warning: (null)(): Failed opening '/home/httpd/html/earth1/butlerelectronics.net/butlerbookkeeper/mysql_up.php' for inclusion (include_path='.:/usr/lib/php') in Unknown on line 0
<16> earth1: pastbin
<16> pastebin even
<6> oops
<6> okay


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

#linux
#linux
#MissKitten
Real-Time Collision Detectionebook
#mirc
#linuxhelp
yast man page
convert asx to wmv
#java
#linux



Home  |  disclaimer  |  contact  |  submit quotes