Tagged Questions
2
votes
3answers
120 views
Updating a manually compiled unix programme with new version?
I want to update a version of a program I have previously compiled manually to /opt. Can I just compile the new version and let it overwrite its previous install (Assuming there are no compatibility ...
1
vote
1answer
309 views
Dell R210 & FreeBSD
I'm trying to get FreeBSD installed on a Dell R210 server with the H200 hard drive controller. I can boot with the 8.2-RELEASE ISO and the 8-STABLE-20110522 ISO. My problem is getting it to boot ...
0
votes
2answers
84 views
I updated PHP from source… How can I use it?
I'm on a Mac, and it has PHP 5.3.4 built in.
I downloaded the sources of PHP 5.3.6 and installed it via
./configure; sudo make; sudo make install
It is now installed in /usr/local/bin/php:
...
0
votes
2answers
381 views
java for freebsd
I am trying to install java on freebsd 7.X and i have done following thing so far
download the tar file from this link
and store the file in
cd /usr/ports/distfiles/
after that i run
cd ...
0
votes
2answers
500 views
How i can install samba to unix server?
How i can install samba to unix server ? .... for example i can install openssh-client in linux by the following command :-
apt-get install openssh-client
how i can install samba in unix .... by ...
0
votes
1answer
444 views
Generate libphp5.so without root privileges
I'm trying to get php and apache playing nice together on RedHat 5. I don't have root access. So far I've got a custom install of apache2 in a non standard location and I've run:
yum install php
...
1
vote
2answers
2k views
Can someone help me install MYSQL server pelase? This is bugging me
$ sudo aptitude install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The ...
0
votes
1answer
798 views
Why can't I successfully install mysql server?
It's very easy. All I want to do is this:
aptitude remove mysql-server mysql-server-5.0 --purge
aptitude install mysql-server
But when I try to run that I get this error:
root@db2:/etc# aptitude ...
0
votes
3answers
2k views
Cannot install MYSQL using aptitude…can anyone tell me why?
It just stops and freezes after this.
The following packages will be upgraded:
libmysqlclient15off mysql-client mysql-client-5.0 mysql-common
4 packages upgraded, 4 newly installed, 0 to ...
0
votes
1answer
1k views
What is the exact YUM to install Java-JDK?
Do I have to put "multiverse" or something...this is what I heard.
For CENTOS
0
votes
3answers
1k views
Why can't I install Java via “sudo aptitude” in Ubuntu?
$ sudo aptitude install sun-java6-jdk
[sudo] password for fal:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing ...
1
vote
5answers
23k views
How to check if I successfully installed java?
I went to SUN's website and downloaded the .bin:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS%5FDeveloper-Site/en%5FUS/-/USD/ViewFilteredProducts-SingleVariationTypeFilter
I ran it, ...
5
votes
4answers
9k views
How do you install ClearCase 7.1 on a Unix-based server with no GUI and no internet?
The challenges set by the ClearCase 7.1 installation process are multiple:
The installation for Unix has been changed (no more './install_server' script): a unified GUI-based Java tool is used, both ...
35
votes
10answers
7k views
Learning to compile things from source (on Unix/Linux/OSX)
While I install software from packages (MacPorts / apt-get) where-ever possible, I often find myself needing to compile packages from source. ./configure && make && sudo make install ...
0
votes
2answers
1k views
How can you see clearly process data from ps -u $user?
The question is based on this thread.
Problem: to find an installation within the process data
I would like to know how you can see from the following data that I have the updates of MacPorts' ports ...
0
votes
3answers
2k views
Setting up SVN on Slackware
What is the most basic set of steps required to set up SVN on a fresh installation of Slackware 12?