Re: [rt-users] Compiling RT

2011-08-02 Thread Howard Jones
On 29/07/2011 21:55, 20/20 Lab wrote:
> Ideally, it will say something along the lines of 'can not find
> XXX::XXX' which you would just cpan XXX::.   Now for the few that
> don't install;  I grabbed them from the cpan site anyway, manually
> compiled and installed.  Not sure how long it took, as I was working
> on other systems and machines at the time and came back every
> 10~30mins to check on it and do the next step.
Just as a pointer in the right sort of direction - on a CentOS system,
you need to install some devel (library) packages before certain CPAN
modules will build. This includes: expat-devel, libxml2-devel,
mysql-devel & gd-devel, at least. For mod_perl, it also includes
httpd-devel. Obviously the packages would be different on Ubuntu, but I
guess similar...

Howie


2011 Training: http://bestpractical.com/services/training.html


Re: [rt-users] Compiling RT

2011-07-29 Thread 20/20 Lab

On 07/29/2011 1:23 PM, Ruslan Zakirov wrote:

Hi,

On Fri, Jul 29, 2011 at 11:32 PM, Damien Hull  wrote:

I'm trying to compile RT but I'm running into trouble. I'm running Ubuntu
10.04 LTS. Here's how I'm configuring RT 4.0.1.
#!/bin/bash
#
#

# configure
env PERL=/usr/local/perl/bin/perl ./configure \
--enable-graphviz --enable-gd \
--disable-gpg \
--with-web-user=www-data --with-web-group=www-data \
--with-db-type=mysql \
--with-db-dba=root \
--with-db-database=rt \
--with-db-rt-user=rt \
--with-db-rt-pass=password

Everything is fine until I try to fix dependencies. Some of the perl modules
don't get installed. I'm also wondering if the options I've selected are
correct.

Automatic fixing dependencies is a helper, not a solution. There are
plenty of reasons for it to fail. Post errors.


Can someone point me in the right direction? Thanks...


2011 Training: http://bestpractical.com/services/training.html




I remember when I set this up, there were a number of dependencies that 
I used CPAN to install, and there were around four that I had to 
manually download and install.


Ideally, it will say something along the lines of 'can not find 
XXX::XXX' which you would just cpan XXX::.   Now for the few that 
don't install;  I grabbed them from the cpan site anyway, manually 
compiled and installed.  Not sure how long it took, as I was working on 
other systems and machines at the time and came back every 10~30mins to 
check on it and do the next step.


Hope this helps.

-Matt


2011 Training: http://bestpractical.com/services/training.html


Re: [rt-users] Compiling RT

2011-07-29 Thread Ruslan Zakirov
Hi,

On Fri, Jul 29, 2011 at 11:32 PM, Damien Hull  wrote:
> I'm trying to compile RT but I'm running into trouble. I'm running Ubuntu
> 10.04 LTS. Here's how I'm configuring RT 4.0.1.
> #!/bin/bash
> #
> #
>
> # configure
> env PERL=/usr/local/perl/bin/perl ./configure \
> --enable-graphviz --enable-gd \
> --disable-gpg \
> --with-web-user=www-data --with-web-group=www-data \
> --with-db-type=mysql \
> --with-db-dba=root \
> --with-db-database=rt \
> --with-db-rt-user=rt \
> --with-db-rt-pass=password
>
> Everything is fine until I try to fix dependencies. Some of the perl modules
> don't get installed. I'm also wondering if the options I've selected are
> correct.

Automatic fixing dependencies is a helper, not a solution. There are
plenty of reasons for it to fail. Post errors.

> Can someone point me in the right direction? Thanks...
>
> 
> 2011 Training: http://bestpractical.com/services/training.html
>



-- 
Best regards, Ruslan.


2011 Training: http://bestpractical.com/services/training.html


[rt-users] Compiling RT

2011-07-29 Thread Damien Hull
I'm trying to compile RT but I'm running into trouble. I'm running Ubuntu
10.04 LTS. Here's how I'm configuring RT 4.0.1.

#!/bin/bash
#
#

# configure
env PERL=/usr/local/perl/bin/perl ./configure \
--enable-graphviz --enable-gd \
--disable-gpg \
--with-web-user=www-data --with-web-group=www-data \
--with-db-type=mysql \
--with-db-dba=root \
--with-db-database=rt \
--with-db-rt-user=rt \
--with-db-rt-pass=password

Everything is fine until I try to fix dependencies. Some of the perl modules
don't get installed. I'm also wondering if the options I've selected are
correct.

Can someone point me in the right direction? Thanks...


2011 Training: http://bestpractical.com/services/training.html

Re: [rt-users] Compiling RT from source code

2011-03-30 Thread Kevin Falcone
On Wed, Mar 30, 2011 at 09:34:11AM +0100, Houcem HACHICHA wrote:
>Hi, did anyone successfully compile RT 3.8.9 on a ubuntu 10.10 box?

Ubuntu 10.10 is one of the platforms we build on for release, it works fine

-kevin


pgpvOtJ3anbHX.pgp
Description: PGP signature


[rt-users] Compiling RT from source code

2011-03-30 Thread Houcem HACHICHA
Hi, did anyone successfully compile RT 3.8.9 on a ubuntu 10.10 box?

Thanks in advance.

-- 
*Regads,
Houcem*