Koozali.org: home of the SME Server

Installing new software not available in 7?

edlentz

Installing new software not available in 7?
« on: December 19, 2005, 01:05:45 AM »
I have a new install which I want to install vtiger.  I have found an RPM that will install to SME 7 but it finds many other dependant programs that are not installed.  I thought I saw a way to install RPMs from the Sre-manager but it is gone after I reinstalled SME 7  Was I just seeing thinks or do I need to install something else?

Thanks for any help!

Offline fpausp

  • *
  • 728
  • +0/-0
Installing new software not available in 7?
« Reply #1 on: December 19, 2005, 08:04:44 AM »
Hi,

I use this files for vtiger on sme7:

fontconfig-devel-2.2.3-7.i386.rpm
freetype-devel-2.1.9-1.i386.rpm
libjpeg-devel-6b-33.i386.rpm
libpng-devel-1.2.7-1.i386.rpm
pkgconfig-0.15.0-3.i386.rpm
vtiger-4.2-1.noarch.rpm
xorg-x11-devel-6.8.2-1.EL.13.20.i386.rpm
zlib-devel-1.2.1.2-1.2.i386.rpm

copy to a folder

install it with rpm -Uvh *.rpm


regards
fpausp
Viribus unitis

Offline p-jones

  • *
  • 594
  • +0/-0
Installing new software not available in 7?
« Reply #2 on: December 19, 2005, 10:08:01 AM »
Where did you find vtiger-4.2-1.noarch.rpm ??
Thanks
Peter
...

edlentz

Installing new software not available in 7?
« Reply #3 on: December 19, 2005, 12:49:46 PM »
here;s where to get vtiger for version 7  http://schwarzecker.homelinux.net/index.php?option=com_content&task=view&id=60&Itemid=2

I found out I needed those programs, I was looking for a patch or something to install them from the server manager.

addodge

Installing new software not available in 7?
« Reply #4 on: October 03, 2006, 12:03:49 AM »
Where did you find those files above?  I tried to install the rpm for vtiger and got a list of dependencies that were needed.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Installing new software not available in 7?
« Reply #5 on: October 03, 2006, 08:16:43 AM »
Quote from: "fpausp"
Hi,

I use this files for vtiger on sme7:

fontconfig-devel-2.2.3-7.i386.rpm
freetype-devel-2.1.9-1.i386.rpm
libjpeg-devel-6b-33.i386.rpm
libpng-devel-1.2.7-1.i386.rpm
pkgconfig-0.15.0-3.i386.rpm
vtiger-4.2-1.noarch.rpm
xorg-x11-devel-6.8.2-1.EL.13.20.i386.rpm
zlib-devel-1.2.1.2-1.2.i386.rpm

copy to a folder

install it with rpm -Uvh *.rpm


regards
fpausp
Don't use rpm to install RPM's use 'yum localinstall' or 'yum install' as this will automatically resolve dependencies and try to download them. If you configure the correct repositories it will even download latest available versions from the default repositories if they are in the repository.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Installing new software not available in 7?
« Reply #6 on: October 03, 2006, 10:07:11 AM »
Quote from: "edlentz"
I have a new install which I want to install vtiger.  I have found an RPM that will install to SME 7 but it finds many other dependant programs that are not installed.  I thought I saw a way to install RPMs from the Sre-manager but it is gone after I reinstalled SME 7  Was I just seeing thinks or do I need to install something else?

Thanks for any help!


I had vtiger5 running on a test SME7 install with mysql4 and php4. I only played with it for a sort time so didn't find anything 'broken'.

I installed with the .gz file from the vtiger site.

Code: [Select]
cd /opt
Code: [Select]
wget http://optusnet.dl.sourceforge.net/sourceforge/vtigercrm/vtigercrm-5.0.0.tar.gz
Code: [Select]
tar zxf vtigercrm-5.0.0.tar.gz

I then modified the phpMyAdmin httpd.conf template fragment to use /opt/vtigercrm

Created a db user and db and installed from http://server/vtigercrm

If your going to install the above rpm try

Code: [Select]
yum --enablerepo=base --enablerepo=updates localinstall vtiger-4.2-1.noarch.rpm
Code: [Select]
Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 vtiger                  noarch     4.2-1            vtiger-4.2-1.noarch.rpm   26 M
Installing for dependencies:
 fontconfig              i386       2.2.3-7.centos4  smeos             117 k
 fontconfig-devel        i386       2.2.3-7.centos4  base              232 k
 freetype-devel          i386       2.1.9-4.el4      base              533 k
 libjpeg-devel           i386       6b-33            base              169 k
 libpng-devel            i386       2:1.2.7-1.el4.2  base              169 k
 pkgconfig               i386       1:0.15.0-3       base               47 k
 xorg-x11-Mesa-libGL     i386       6.8.2-1.EL.13.37.2  updates           378 k
 xorg-x11-devel          i386       6.8.2-1.EL.13.37.2  updates           5.1 M
 xorg-x11-libs           i386       6.8.2-1.EL.13.37.2  updates           2.7 M
 zlib-devel              i386       1.2.1.2-1.2      base               89 k
Updating for dependencies:
 freetype                i386       2.1.9-4.el4      base              763 k

Transaction Summary
=============================================================================
Install     11 Package(s)
Update       1 Package(s)
Remove       0 Package(s)
Total download size: 36 M
Is this ok [y/N]:
Regards,
William

IF I give advise.. It's only if it was me....