Debian Configuration :: Apt-get Php5-dev Won't Install Phpize

Jan 4, 2010

I'm trying to install Image magick on debian 5.0.1 using pecl install imagick I understand that I need to install php5-dev to get phpize on my system. apt-get install php5-dev appears to run without any problems - but it isn't adding phpize to my system, and therefore I can't install imagick.

View 6 Replies


ADVERTISEMENT

Debian Configuration :: Strange - Running Php5 On Debian Lenny And Apache?

Jan 18, 2010

i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi

apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>

[Code]...

View 3 Replies View Related

Debian Configuration :: Can't Get Php5 To Run In Apache2 Userdirs (Squeeze)

Aug 11, 2010

I'm running an up-to-date install of Squeeze, and I'm having an annoying issue where php5 won't parse in userdirs (/home/*/public_html), although it works fine in the main document root (/var/www). I found this bug: [URL] Which seems to say the issue is fixed. However, the last comment for this bug suggests it is still an issue for some.

I've had a look at: /etc/apache2/mods-enabled/php5.conf and commented out the lines suggested in the comment:

[Code]....

..and it still doesn't work. I've googled this and can't find an answer. Anybody know? Am I missing something simple?

View 1 Replies View Related

OpenSUSE Install :: Problem When Install Oci8 In 10 / Error: 'phpize' Failed?

Feb 16, 2010

i try to install oci8 for php in suse 10 with this command :

$ cd/opt/oracle -> because the source in this folder
$ pear5 install oci8-1.4.1.tgz

and the result is :

/tmp/glibctestKR4FKZ:1:22: error:feature.h : No such file or directory

10 source files, building
running hpize
Configuring for :
bla...bla...bla
error: 'phpize' failed

what happen with this command? i can not found glibctestKR4FKZ folder in /tmp and 'phpize'.

View 1 Replies View Related

Ubuntu Servers :: PHP5 LAMP Configuration Break?

Mar 4, 2011

I've recently setup LAMP on my VPS.I believe I may have broken the PHP configuration somehow, not 100% sure exactly how, but I'm getting internal server errors upon loading .php files.

*Edit* phpmyadmin still runs fine so maybe there's an error in my Apache configuration or my VirtualHosts?

View 3 Replies View Related

Ubuntu :: Apache2 Server Configuration With MySQL And PHP5

Jul 2, 2009

I am new to linux. Currently I am using ubuntu 8.10 desktop operating system. As part of my academic project. I need to configure webserver to access from external. I installed all these using apt-get packages but when it comes to configuration. I am really not understanding. I read some documentation about this configuration but I couldn't get and fully in confused. I formatted my machine 3 times. When I tried to use localhost in firefox its working fine.

1. I need to change port from 80 to 7574. In port.conf I changed, in place of 80. I kept 7574. After that I restart and tried to access but its not working.

2. My admin provide to me. 7574 port to route it into my machine. When the user hits for suppose:
59.160.188.190:7574/project/route.html
It should goes to:
192.168.202.236:7574/project/route.html
Project folder is in /var/www
I wrote the form, to update user vehicle details. They can able to update their details in mysql server from any where.

3. Just I need the application user can access my files and update from their desktop by using path:
59.160.188.190:7574/project

How to update user details (there is no login form is directly visible to every one) in server from their desktop. What I need to configure.

View 1 Replies View Related

Ubuntu Servers :: Use PHP5.2 Instead Of PHP5.3?

May 3, 2010

I'd like to use PHP5.2x instead of PHP5.3x on my Ubuntu 10.04. There is a small bug in Drupal where tweaking Views causes an error which seems to be associated with php5.3.

So, how would I regress to using 5.2x on Ubuntu?

View 1 Replies View Related

Server :: Way To Install Old PHP5.2.14

Nov 17, 2010

Someone accidentally upgraded our PHP5 to 5.3.3. We've uninstalled it but what's the best way to install PHP5.2.14?

View 1 Replies View Related

OpenSUSE Install :: Upgrade From PHP 5.0.x To PHP5.2.13?

May 24, 2010

I would like to upgrade from PHP 5.0.x to PHP5.2.13. My box is Suse 9.3.(Pleask 9.5.2).

View 2 Replies View Related

Ubuntu :: How To Install Php5.2.6 In 10.04 Server?

Jan 27, 2011

I have a ubuntu10.04 server 64bit, my application can under run under php5.2.x. So there anyway i can install the php5.2.x in ubutnu 10.04 without the need to source compile?

View 1 Replies View Related

Software :: Install Php5.2.6.tar.gz In Red Hat Server 5.0?

Nov 27, 2009

i have folder php5.2.6.tar.gz. and i want to install it .i have tried to copy this folder in usr/local/src but i didn't due to permission.

View 2 Replies View Related

OpenSUSE Install :: Unable To Install The Php5-gd Rpm

Feb 6, 2011

I'm installing Drupal 7.0 on an old 11.0 box.

However, I'm unable to install the php5-gd rpm due to a missing depency libt1.so.

View 1 Replies View Related

Fedora Installation :: Code To Install Php5.1.2 Using Yum On 9

Mar 23, 2009

Give me the code to install php5.1.2 on fedora 9 using yum

View 1 Replies View Related

Ubuntu :: Install Php5-curl To Use Magento?

Oct 25, 2010

I already have php5 installed but when I try to install php5-curl to use magento I get this message,The following packages have unmet dependencies: php5-curl : Depends: php5-common (= 5.3.3-1ubuntu9) but 5.3.3-1ubuntu9.1 is to be installed E: Broken packages. Is there anyway around this? I'm using Ubuntu 10.10 desktop.

View 2 Replies View Related

Ubuntu :: Cannot Install Mysql, Php5 And Apache2 Server On 10.04?

Aug 4, 2010

currently I am using Ubuntu 10.04.I want to install mysql, php5 and apache2 server in my machine. I have tried this- aptitude install mysql-server mysql-client

But the outcome is
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

[Code]...

View 2 Replies View Related

General :: Install Php5.3.0 And Run Any Php File In Web Browser In System 5.0?

Oct 25, 2009

I want to install php-5.3.0.tar.bz2 in linux5.0 and then want to run the saved php file in firefox web browser. please explain me all the detailed steps of installing & configuring and also about running php file.

also tell me if any another rpm or package we have to install to run the php

View 4 Replies View Related

Ubuntu Installation :: Gd Library Installed Via Apt-get Install Php5-gd Command

Jan 14, 2010

I've PHP5 installed on my server, and just recently I installed a new application that requires gd library.

understand that I can have gd library installed via apt-get install php5-gd command.

Question: do I need to remove php5 instance (which was installed together with apache2/mysql using tasksel command) prior to installing php5-gd?

View 1 Replies View Related

CentOS 5 Server :: Install Libapache2-mod-php5 On A Vserver For Developer?

Dec 16, 2009

I try to install libapache2-mod-php5 on a vserver for our developer. But it does not work :
yum install mod-php5-apache2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.newnanutilities.org

[Code]...

Is the name of the package changed or any other way to install it?

View 2 Replies View Related

Debian Configuration :: How To Best Manage Partitioning When Install Programs Not From Debian Repositories

Dec 4, 2010

How to best manage partitioning when install programs not from debian repositories?I just discovered that Debian installs applications not from repositories to /opt and /lib. Both directories or folders reside in root (/) partition.Having made my root (/) partition (which is only around 500MB) -- more than sufficient for holding a couple of linux images but NOT good for holding application.What is the best solution for resolving this? It's annoying and worrying that my system always reminds of a close to full capacity root partition.

View 7 Replies View Related

Debian Configuration :: Dropbox Install For Debian Squeeze From Source Code

Feb 19, 2011

how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.

View 7 Replies View Related

Debian Configuration :: Save To Install Kernel 2.6.35.2 On Debian Lenny 5.0.5 Or Stick With Automatic Updates

Aug 20, 2010

is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...

View 14 Replies View Related

Debian Configuration :: Install Supetuxkart But Supertuxkart-data Would Also Not Install?

May 2, 2011

I tried downloading kde-standard via synaptic and also via apt-get install I seperately tried to install supetuxkart but supertuxkart-data would also not install. In both cases I got size mismatch error.

W: Failed to fetch [URL].. e1_all.deb Size mismatch

View 1 Replies View Related

Debian Configuration :: Minimal Install Of 8.3

Mar 16, 2016

Recently I tried to install Debian 8.3 from *netinst.iso as a VM on VmWare Worksation 12. I try this in my office where there is a windows proxy set, for some security measures. During the installation in order to download updated and install additional packages I need to choose a mirror and then a proxy. I try to set the proxy but all I receive was an error. Decide to continue with the minimal installation and when the system start just to enter the proxy in etc/profile the reboot and I was thinking that everything will work just fine and I will be able to install everything I need. When I try apt-get install I receive a message Ign cdrom:// Debian ... Then to remove that error I edit /etc/apt/source.list but even then nothing happened when I try to use apt-get install. I receive and error message "Unable to locate the package.

View 5 Replies View Related

Debian Configuration :: How To Install Oracle?

Apr 22, 2010

I'm newbie in Debian. I downloaded Debian 5.0.4 Lenny and installed in VM(i dont know why but i couldnt install it on other partion of my windows 7. During installation i got error that CD-ROM wasnt detected and mounted but VMware could install without issues. I thougt problems were with drivers...).Now my Debian is running through the VM. I want to install Oracle 10g Enterprise Edition there, so i found this article http://www.makina-corpus.org/blog/how-i ... 10-64-bits and confugured my kernel and installed some packages. But during installing Oracle i got 2 error and in log file were some string that some packages werent installed, such as libaio and etc. where i can find list of this packages and how to correctly install Oracle on my Debian.

View 1 Replies View Related

Debian Configuration :: RAID - LVM - After Install ?

Aug 19, 2010

We've started using Debian based servers more and more in work and are getting the hang of it more and more every day. Right now I'm an ace at setting up partitions, software RAID and LVM volumes etc through the installer, but if I ever need to do the same thing once the system's up and running then I become unstuck.

Is there any way I can get to partman post-install, or any similar tools that do the same thing? Or failing that are there any simple guides to doing these things through the various command line tools?

View 4 Replies View Related

Debian :: Make An Image Of Configuration For Install From It?

Aug 27, 2010

I configure my system in a long time and now I have a suitable system! But I install all directories in one partition and now I like install again, but I need make an image of my configuration for install from it and after install I don't spend time for again configuration.

View 2 Replies View Related

Debian Configuration :: How To Install Ttf Fonts In 8.0 With XFCE4

Jan 16, 2016

I have problem to install my fonts in my Debian. I used this guide but it not worked for me, i just could right click on the font and install it with font viewer.

Ubuntu Linux searches for fonts in specific locations as listed in the /etc/fonts/fonts.conf file.

A look at the contents of /etc/fonts/fonts.conf file indicates the following directories which are searched by Ubuntu Linux for fonts. They are :

/usr/share/fonts
/usr/share/X11/fonts
/usr/local/share/fonts
~/.fonts

So if you want to install new fonts in Ubuntu Linux or Debian for that matter, you can copy the fonts to any one of the 4 directories listed above.

The last directory ~/.fonts is a local hidden directory in every user’s Home folder. If you install the new fonts in this directory, the fonts will be available only for the person logged into that particular user account.

If you want your new fonts to be available system wide, to all users, then you should install them in any one of the first three directories listed above.

Once all your fonts are copied to the specific font directories, you have to make Ubuntu Linux aware of the new fonts so that it can make use of them. This is done by running the following command in the console :

$ sudo fc-cache -f -v

Result:

sepanta@dhcppc1:~$ sudo fc-cache -f -v

/usr/share/fonts: caching, new cache contents: 120 fonts, 6 dirs
/usr/share/fonts/X11: caching, new cache contents: 0 fonts, 6 dirs
/usr/share/fonts/X11/100dpi: caching, new cache contents: 358 fonts, 0 dirs
/usr/share/fonts/X11/75dpi: caching, new cache contents: 358 fonts, 0 dirs
/usr/share/fonts/X11/Type1: caching, new cache contents: 8 fonts, 0 dirs

[Code] ...

Red are my fonts in two different folder.

View 8 Replies View Related

Debian Configuration :: When Install NIS / System Becomes Very Slow

Apr 12, 2016

I have installed jessie on a couple of machines. One is configured as the NFS filesystem exporter and NIS server. The other one, I am trying to configure as NFS and NIS client. NFS does not seem too much of a problem, I can mount the exported filesystem to a directory in the client and unmount it, but when I install NIS the system becomes very slow. Any command preceded by "sudo" takes a very long time (a few minutes) to complete. Then, upon rebooting the system, it reports many services failed to start (login, accounts, modem manager, avahi, network manager, exim). When if finally completes, I get a terminal login, instead the graphic login window.

View 4 Replies View Related

Debian Configuration :: Install A Package From Sid On Lenny?

May 11, 2010

however I am not looking to dist-upgrade, I merely want one package from Sid on my Lenny server. Namely, mantis (version 1.1.8 is in sid, 1.1.6 in main/stable)

View 2 Replies View Related

Debian Configuration :: How To Install Kamailio DEB Repository

Jun 16, 2010

I'm trying to install Kamailio DEB repository. (see http://www.kamailio.org/dokuwiki/doku.php/packages:debs)

These are the steps I've done(as explained on the web site):
1. First download and add our GPG key to your apt key list:
wget http://deb.kamailio.org/kamailiodebkey.gpg
apt-key add kamailiodebkey.gpg

2.Then add the repository lines to your /etc/apt/sources.list file depending on the Kamailio version of your choice:
deb http://deb.kamailio.org/kamailio lenny main
deb-src http://deb.kamailio.org/kamailio lenny main

[Code]...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved