search for: lampp

Displaying 12 results from an estimated 12 matches for "lampp".

Did you mean: lamp
2008 May 11
1
dovecot mysql
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i am trying to setup dovecot with mysql support (mysql from lampp) but i am getting this : hg clone http://hg.dovecot.org/dovecot-1.1/ dovecot-1.1.hg cd dovecot-1.1.hg ./autogen.sh export -p LDFLAGS="-L/opt/lampp/lib/mysql/" ./configure --with-mysql ... checking mysql.h usability... no checking mysql.h presence... no checking for mysql.h... no config...
2008 Apr 13
2
mysql install
Hi, when i try to install mysql-server it gives me mirror error and also says package does not match the intended download? what is the issue hear. i already have lampp stack .when i try to install zenoss it still says that it need mysql although its included in lampp stack. Thanks
2005 Jul 05
0
Problem installing RMySQL_0.5-5
...d R compiled from source > version _ platform x86_64-unknown-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 2 minor 1.1 year 2005 month 06 day 20 language R R 2.1.1 (2005-06-20). I export paths: # export PKG_CPPFLAGS="-I/opt/lampp/include/mysql" containing: errmsg.h my_dir.h my_semaphore.h my_sys.h sslopt- longopts.h keycache.h my_getopt.h mysql_com.h my_xml.h sslopt- vars.h m_ctype.h my_global.h mysqld_error.h raid.h typelib.h m_string.h my_list.h mysql_...
2013 Apr 13
2
running rails on my linux mint
...-3.2.13/lib/rails/application.rb:136:in `initialize!'' from /var/lib/gems/1.8/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `send'' from /var/lib/gems/1.8/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'' from /opt/lampp/htdocs/pod/simple_pod/config/environment.rb:5 from /opt/lampp/htdocs/pod/simple_pod/config.ru:3:in `require'' from /opt/lampp/htdocs/pod/simple_pod/config.ru:3 from /var/lib/gems/1.8/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'' from /var/lib/gems/1.8/g...
2010 Sep 30
0
no such file to load --initializer
...tself works Rails 3.0.0, Railties 3.0.0, Rake 0.8.7 via gem install gives no error. rake gems --trace rake aborted! no such file to load -- initializer <internal:lib/rubygems/custom_require>:29:in `require'' <internal:lib/rubygems/custom_require>:29:in `require'' /opt/lampp/htdocs/clockingit/config/boot.rb:55:in `load_initializer'' /opt/lampp/htdocs/clockingit/config/boot.rb:38:in `run'' /opt/lampp/htdocs/clockingit/config/boot.rb:11:in `boot!'' /opt/lampp/htdocs/clockingit/config/boot.rb:110:in `<top (required)>'' <internal:li...
2007 May 12
2
HA with CentOS
Hi All, I have two identical computers with CentOS 5.0 and lampp installed. Are there any high-availability solution for CentOS? So, when one one computer offline, another could act as a backup and being transparent to user. Regards, Tong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/cento...
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
Hi, I am trying to test out the scripts here as a proof of concept http://www.r-bloggers.com/integrating-php-and-r/ However, I am not able to reproduce the output graph in the browser. Rscripts is working fine as I run the command "Rscript /home/username/R/testscript.R 1000" for example, and a png graph is output as expected, and I can output it to any folder where I have permission
2004 Dec 08
1
samba 3.08 debian / problems mounting a share
hoi, the machine is running on debian 3 woody, using samba 3.08 from backports.org. we are using a w2k-domain (ads). i need to mount a share on a windows-server. so i do this: mount -t smbfs -o username=xxx //def00shh/data /opt/lampp/ExNet/dinfo/data and samba answers: mount: wrong fs type, bad option, bad superblock on //def00shh/datascan, or too many mounted file systems in log.smbd we find: [2004/12/08 12:10:09, 1] auth/auth_util.c:make_server_info_sam(822) User Nobody in passdb, but getpwnam() fails! smb.conf...
2006 Jan 02
3
MySql GUI on Linux
Hi there! I''m justing starting out with the tutorials. What Linux GUIs for MySQL are you people using? alex -- Alex Polite
2006 Feb 20
0
Change Default Directory
I have installed samba on Suse 10.0 and I am able to mount that drive onto my laptop running windows XP as a network drive. The problem is that when I log in the directory is /home/robert and I want the directory to be /opt/lampp/htdocs can anyone help change the smb.conf file so that this change will take place and so that only the user robert has this priviledge. Thanks Bob -- View this message in context: http://www.nabble.com/Change-Default-Directory-t1141764.html#a2992468 Sent from the Samba - General forum at Nabble....
2010 Dec 22
2
Please help with installing mysql gem to linux machine w/ xampp
Hello all, I know this is not an uncommon question, but none of the tutorials/tips solve my problem. I''ve got a linux machine running Ubuntu 10.4 with ruby, gem, rails, and xampp installed. Now when I try to install the mysql gem (via: $sudo gem install mysql -with-mysql-config=/opt/lampp/bin/mysql_config), I get: Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb checking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query...
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the installation instructions (for linux). I haven''t setup any path information nor setup any symlinks or any compilation options. When I try rails, I find that the system accesses controllers but that the corresponding views are not displayed. I wonder if there is something that I forgot to configure