Just thought I'd follow up on my post regarding getting puppet to compile on ESX 3.5
I had problems with the ruby-augeas bindings, and had to do a manual workaround. The problem was that pkg-config wasn't installed on the server and "rake build" was failing silently. Thanks to this post on the augeas- devel list - http://www.mail-archive.com/augeas-de...@redhat.com/msg02164.html Also, I install in a non-standard directory, so needed to include that in the run time libs for augeas, hence my build doc now says: Install pkg-config-0.23.tar.gz on server in default location [r...@esxhost tmp]# tar xzf ruby-augeas-0.3.0.tgz [r...@esxhost tmp]# cd ruby-augeas-0.3.0 [r...@esxhost ruby-augeas-0.3.0]# export PKG_CONFIG_PATH=/apps/puppet/ augeas-0.5.3/lib/pkgconfig [r...@esxhost ruby-augeas-0.3.0]# export CONFIGURE_ARGS="--with- ldflags=-Wl,-R/apps/puppet/augeas/lib" [r...@esxhost ruby-augeas-0.3.0]# rake build [r...@esxhost ruby-augeas-0.3.0]# cp lib/augeas.rb /apps/puppet/ruby/ lib/ruby/site_ruby/1.8/augeas.rb [r...@esxhost ruby-augeas-0.3.0]# cd ./ext/augeas/ [r...@esxhost augeas]# make install Hope this helps John On Sep 8, 11:33 am, John Warburton <jwarbur...@gmail.com> wrote: > > [r...@esxhost augeas-0.5.0]# > > [r...@esxhost augeas-0.5.0]# *export > CPPFLAGS=-I/apps/puppet/readline-4.3/include > LDFLAGS=-L/apps/puppet/readline-4.3/lib * > > [r...@esxhost augeas-0.5.0]# *./configure --prefix=/apps/puppet/augeas-0.5.0 > * > > [r...@esxhost augeas-0.5.0]# *make > MAKELOG 2>&1 &* > > [r...@esxhost augeas-0.5.0]# *make install > MAKELOG.install 2>&1 &* > > [r...@esxhost tmp]# *cd ruby-augeas-0.2.0* > > [r...@esxhost ruby-augeas-0.2.0]# */apps/puppet/ruby-1.8.7-p160/bin/ruby > ext/augeas/extconf.rb > --with-augeas-config=/apps/puppet/augeas-0.5.0/lib/pkgconfig* > > # I can’t get this to work naturally, so have to hack the Makefile, My lack > of understanding of ruby in general > > [r...@esxhost ruby-augeas-0.2.0]# *vi Makefile* > > INCFLAGS = -I. -I$(topdir) -I$(hdrdir) -I$(srcdir) > -I/apps/puppet/augeas/include > > CPPFLAGS = $(DEFS) $(cppflags) -I/apps/puppet/augeas/include > > ldflags = -L. -rdynamic -Wl,-export-dynamic -L/apps/puppet/augeas/lib > -Wl,-R/apps/puppet/augeas/lib > > LIBS = -lrt -ldl -lcrypt -lm -lc -laugeas -lruby-static > > [r...@esxhost ruby-augeas-0.2.0]# *make* > > [r...@esxhost ruby-augeas-0.2.0]# *make install* > > /usr/bin/install -c -m 0755 _augeas.so > /apps/puppet/ruby-1.8.7-p160/lib/ruby/site_ruby/1.8/i686-linux > > [r...@esxhost ruby-augeas-0.2.0]# *cp lib/augeas.rb > /apps/puppet/ruby/lib/ruby/site_ruby/1.8/* > > > -- > John Warburton > Ph: 0417 299 600 > Email: jwarbur...@gmail.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---