Jump to content

MrTK

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by MrTK

  1. Yup! Yum is good! I had to install other dependencies before I could actually get it completely installed. While I was at it, I found an RPM that upgrades FC6's PHP from 5.1.X to 5.2.4. I could have went through that but I decided to just update the one I have, so I had to: yum install mhash yum install libmcrypt yum install mcrypt yum install php-mcrypt each asked for an RPM which I got from http://rpm.pbone.net/ (my new favorite site). Restarted Apache. And thats it! Sometimes Linux makes you feel stupid! Many thanks for you input! Much appreciated.
  2. I think you splitting your database in such an extensive manner. I think you could get rid of the pictures table, thats one. Second, include the picture names with either your webpages table (for each record, i'm geussing it is a webpage, so have a column for pictures, and if you have multiple pictures, upon uploading create a string of filenames delimited with a character, say | ) or have them stored in the same way in the categories table. Now I'm not sure how many pictures you expect to have for each page, if your possibilities are open then the above concept might work better for you, otherwise, if you could restrict the number of pictures per page, say 4 pictures or less, you could probably get away with creating a column for each picture in where ever you want to store the pictures names. Of course, in your webpages table you should have a column to associate it with a category. Say, cat_id name cat_name. Just so you would know how to relate things together.
  3. Fedora Core 6, Linux Kernel 2.6. It has yum installed already if that helps coz I know I used yum's repositories to install other stuff.
  4. Hi! Recently, I had purchased a server from Godaddy with a bunch of software installed but, of course, nothing you get is perfect, thats why I ended up at this spot. Currently PHP version 5.1.6 is installed and running nicely, except without the mycrypt extension. I followed a tutorial that at the end bits of it required me to recompile the source code after I run the Configuration Command. The problem is, I could not for the love of God find where the source code is on the server! And I could not find it at the most usual places (/usr/src/) or anywhere else (or may be I just didn't look right? any suggestions would be appreciated.). So I decided since it is a pretty new machine, might as well upgrade the stuff on it! I have dealt with adding extensions, libraries, packages so I have some OK background on installing stuff (though I still consider myself novice). Some folks were mentioning something about Apache when upgrading from older PHP versions, I'm not quite sure how that will help but the server has Apache 2.0 installed. I have access as root. Questions I have: 1- What files do I need to back up before I compile (I'm guessing configure, make and make install) the new PHP version's source code? 2- Is that the right way of installing it or should I follow a different procedure? 3- Should I go through all of that trouble when all I really need is to add a quarter length of a line to the Configure Command? Or, is there any other way than having to recompile the source code? Any feedback will be much appreciated, T
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.