User talk:Darek Kedra/sandbox 23

From OpenWetWare
Jump to navigationJump to search

Libraries have been installed in:

  /home/ensembl/local/lib

If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following:

  - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
  - add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
  - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.


SOAP::Lite

Feature Prerequisites Install?


---------------------------- --------

Core Package [*] Scalar::Util always

                             [*] Test::More                       
                             [ ] URI                              
                             [*] MIME::Base64                     
                             [*] constant                         
                             [ ] Task::Weaken                     
                             [ ] XML::Parser (v2.23)              

Client HTTP support [ ] LWP::UserAgent always Client HTTPS support [ ] Crypt::SSLeay [ no ] Client SMTP/sendmail support [ ] MIME::Lite [ no ] Client FTP support [ ] SOAP::Transport::FTP (v0.711) [ no ] Standalone HTTP server [ ] HTTP::Daemon [ no ] Apache/mod_perl server [ ] Apache [ no ] FastCGI server [*] FCGI [ yes ] POP3 server [ ] MIME::Parser [ no ]

                             [*] Net::POP3                        

IO server [*] IO::File [ yes ] MQ transport support [ ] SOAP::Transport::MQ (v0.712) [ no ] JABBER transport support [ ] SOAP::Transport::JABBER (v0.711) [ no ] MIME messages [ ] MIME::Parser [ no ] DIME messages [*] IO::Scalar (v2.105) [ no ]

                             [ ] DIME::Tools (v0.03)              
                             [*] Data::UUID (v0.11)               

SSL Support for TCP Transport [ ] IO::Socket::SSL [ no ] Compression support for HTTP [*] Compress::Zlib [ yes ] MIME interoperability w/ Axis [ ] MIME::Parser (v6.106) [ no ] --- An asterix '[*]' indicates if the module is currently installed.

MySQL setup

sql> CREATE USER 'ensembl'@'%'; Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON *.* TO ensembl;