You can subscribe to this list here.
| 2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
| 2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
| 2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
| 2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
| 2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
| 2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
| 2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Alessio B. <al...@al...> - 2001-10-08 13:38:53
|
"Ralf R. Kotowski" wrote: > Anyone know where you can edit the mail msg in Bender that gets sent > out with the headlines each day. Partly hardcoded in dailyStuff script, with a piece taken from emailsponsor block. -- Alessio F. Bragadini al...@al... APL Financial Services http://village.albourne.com Nicosia, Cyprus phone: +357-2-755750 "It is more complicated than you think" -- The Eighth Networking Truth from RFC 1925 |
|
From: Ralf R. K. <rr...@jo...> - 2001-10-08 13:27:13
|
Hi, Anyone know where you can edit the mail msg in Bender that gets sent out with the headlines each day. Have been looking trough the templates, no luck. Thanx RRK |
|
From: Marcel P. <mp...@gm...> - 2001-10-07 20:18:04
|
Hello,
It's my first time i set up Slash (2.0).
I have installed mod_perl and apache according to the install docs.
Also I have installed Slash::Bundle through cpan.
I'm running Freebsd 4.4.
Installing Slash works fine.
Starting Slashd as a service won't work though:
/usr/local/etc/rc.d/slash.sh start
We don't support the database () specified.
Using virtual user '' at
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Slash/DB.pm line 58.
Can't locate object method "sqlConnect" via package "Slash::DB" at
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Slash/DB.pm line 64.
why am I here? at /usr/local/slash/sbin/slashd line 36
main::END() called at
/usr/local/lib/perl5/site_perl/5.005/Template/Base.pm line 0
eval {...} called at
/usr/local/lib/perl5/site_perl/5.005/Template/Base.pm line 0
I have set up a user mysqluser in mysql which has access to database
bio.
In my Password.pm i have a virtual user set up which seems correct.:
my $virtual1 = {
'biotoop' => {
'username' => 'mysqluser',
'password' => '<password>',
'port' => '',
'database' => 'bio',
'attributes' => {},
'connect' =>
'DBI:mysql:database=bio;host=localhost',
'driver' => 'mysql',
'host' => 'localhost'
}
};
It seems like it doesn't use the virtual user to connect to the
database.
If someone can give me a pointer to what I'm missing here?
Greetings,
--
Marcel Pol
mp...@gm...
|
|
From: Dave H. <da...@da...> - 2001-10-06 08:54:49
|
I don't know if this is the right place to mention it, but I've put a new Slash site up at http://www.slashrock.com - a portal for news and information about Deep Purple family tree atrists. Dave -- David Hodgkinson, Wizard for Hire http://www.davehodgkinson.com Editor-in-chief, The Highway Star http://www.deep-purple.com Interim Technical Director, Web Architecture Consultant for hire ---------- chmod a+x /bin/laden ---------- |
|
From: Don S. <do...@se...> - 2001-10-05 22:00:26
|
When I click on the "Topics" link on the left, it goes to topics.shtml. However, this gives me a 404 File Not Found error, albeit formatted within the slash header and footers. A similar thing happens when I post a story as a "Feature", the "Features" link that is displayed goes to a "features/" directory, which results in a 404 error as well. I notice that slashdot uses an index.pl?section=features link instead. What is going on? I didn't change any settings in that regard that I know of. This is slash 2.0.0, btw. Don. |
|
From: Derek B. <dr...@me...> - 2001-10-05 03:45:58
|
At 3:43 PM -0400 10/4/01, Jamie McCarthy wrote: >dr...@me... (Derek Balling) writes: > >> I get this sporadically on my root page (/)... anyone have any idea >> what I've got dorked? > >> Content-type: text/html >> System Error: Use of uninitialized value in string eq at >> /usr/local/slash/site/www.milter.org/htdocs/index.pl line 19. > >Either $form or $user is not being set in the first lines of >index.pl; sounds like your apache cannot connect to your >database (there are four or five good reasons this might be >so...) OK, so I've been playing with this some more, and here's the "new" symptoms. :) When I restart apache, it works great. As apache continues to run, eventually it starts "occasionally" doing that... when that happens, clicking reload usually corrects the problem. Eventually, it just dies, insofar as "Every request does that", and the apache server has to be restarted to make it work again. So... given THAT, anyone have any ideas why my ability to talk to the DB takes a dump every so often? D -- +---------------------+-----------------------------------------+ | dr...@me... | "Thou art the ruins of the noblest man | | Derek J. Balling | That ever lived in the tide of times. | | | Woe to the hand that shed this costly | | | blood" - Julius Caesar Act 3, Scene 1 | +---------------------+-----------------------------------------+ |
|
From: Jamie M. <ja...@mc...> - 2001-10-04 19:43:31
|
dr...@me... (Derek Balling) writes: > I get this sporadically on my root page (/)... anyone have any idea > what I've got dorked? > Content-type: text/html > System Error: Use of uninitialized value in string eq at > /usr/local/slash/site/www.milter.org/htdocs/index.pl line 19. Either $form or $user is not being set in the first lines of index.pl; sounds like your apache cannot connect to your database (there are four or five good reasons this might be so...) -- Jamie McCarthy ja...@mc... |
|
From: Derek B. <dr...@me...> - 2001-10-04 01:40:51
|
I get this sporadically on my root page (/)... anyone have any idea what I've got dorked? D Content-type: text/html System Error: Use of uninitialized value in string eq at /usr/local/slash/site/www.milter.org/htdocs/index.pl line 19. HTTP/1.1 500 Internal Server Error Date: Thu, 04 Oct 2001 01:39:35 GMT Server: Apache/1.3.20 (Unix) mod_perl/1.25_01 X-Powered-By: Slash 2.000000 Set-Cookie: user=%2532%253a%253a%2537%2561%2534%2535%2535%2561%2536%2539%2530%2565%2537%2539%2561%2565%2535%2536%2537%2534%2565%2562%2563%2539%2531%2565%2530%2532%2534%2532%2561%2565%2564%2531; path=/; expires=Fri, 04-Oct-2002 01:39:35 GMT Set-Cookie: session=13; path=/; expires=Fri, 04-Oct-2002 01:39:35 GMT Connection: close Content-Type: text/html; charset=iso-8859-1 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, dr...@me... and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. -- +---------------------+-----------------------------------------+ | dr...@me... | "Thou art the ruins of the noblest man | | Derek J. Balling | That ever lived in the tide of times. | | | Woe to the hand that shed this costly | | | blood" - Julius Caesar Act 3, Scene 1 | +---------------------+-----------------------------------------+ |
|
From: barry <sla...@i1...> - 2001-10-04 00:01:00
|
At least 2 of us have had trouble getting the Virtual Server stuff
configured during install. As one of them, I worked around it by not using
a virtual server during the early part of my site development - but now I
am nearing the end and I needed to fix that before deployment. I thought I
would share some tips and results now that it seems to be working (haven't
fully tested it yet, so both ymmv and mmmv) Surely a lot of what follows
can be tweaked further, but hear is something at least for the record....
My virtual site machine has IP address 192.168.1.123. The goal is to have a
virtual host called vslash.
In the httpd.conf file:
Outside of the virtual host section I have a line:
"NameVirtualHost *"
This turns on Name based virtual serving for what I guess are all the IP
addresses of the machine. In this case, that means 192.168.1.123.
This is my virtual host section, located at the end of the file (although I
don't think location matters). This is the slash server:
#-----------------------------------------------------------------------------
<VirtualHost 192.168.1.123>
ServerRoot /usr/local/slash/site/slash
DocumentRoot /usr/local/slash/site/slash/htdocs
ServerName vslash
<Directory /usr/local/slash/site/slash/htdocs>
Options FollowSymLinks ExecCGI Includes Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ErrorLog logs/vslash_error_log
CustomLog logs/vslash_access_log common
Include /usr/local/slash/httpd/vslash.conf
PerlSetupEnv On
PerlSetEnv TZ GMT
SlashVirtualUser root
PerlAccessHandler Slash::Apache::User
PerlLogHandler Slash::Apache::Log
# this directive will redirect non-logged-in users to
# index.shtml if they request the home page; turn it
# on to help increase performance
#PerlTransHandler Slash::Apache::IndexHandler
# this directive will enable you to display user's pages
# with /~username
#PerlTransHandler Slash::Apache::User::userdir_handler
ErrorDocument 404 /404.pl
AddType text/xml .rdf
AddType text/xml .rss
AddType text/xml .xml
AddType text/xml .wml
AddType text/html .shtml
AddHandler server-parsed .shtml
AddType text/html .inc
AddHandler server-parsed .inc
# end of updates from slash.conf
</VirtualHost>
#-----------------------------------------------------------------------------
Note that there is an include line :" Include
/usr/local/slash/httpd/vslash.conf". the contents of that file are:
# this is all the mod perl specific stuff that makes
# slash the root handler for the site
# ... you might want to check to make sure these are not already
# defined in your main httpd.conf, if you have trouble
AddHandler perl-script .pl
PerlHandler Apache::Registry
# add in modules for compiling into each process
PerlModule Slash
PerlModule Slash::Apache
PerlModule Slash::Apache::User
PerlModule Slash::Apache::Log
PerlModule Slash::Display::Plugin
# used in a couple of .pl files
PerlModule Image::Size
# add other, or comment out, DB modules here
PerlModule Slash::DB::MySQL
#PerlModule Slash::DB::PostgreSQL
# add or comment out plugin modules
PerlModule Slash::Ladybug
PerlModule Slash::Journal
PerlModule Slash::Search
LimitRequestBody 75000
#--------------------------------------------------------------
That seems to be it. I made a few other tweaks to httpd.conf, but they
aren't related directly to slash operation.
If this is useful, someone can add it to the INSTALL or faq file if they
want. I can't really support it other than here though.
Barry
|
|
From: Bill Nalen/T. P. <na...@to...> - 2001-10-03 15:27:16
|
I have two id's setup for myself. The one I use the most is the admin user
setup at installation. I setup another regular user so I could see what it
looks like to regular users. I'm running 2.0.0 on Debian. I've also set
my site up so that it's main page is located at http://server/slash/
instead of a virtual host at the root (I need access to other things on
this server).
My question concerns logging out of the admin account. It doesn't seem to
work. If I go to preferences and select logout (it does bring me to the
correct byebye/login screen), quit the browser, restart the browser and go
to the site, I'm still logged in. Also, if I log in as the regular user
from the logout screen, I get a page not found error (404). In the logs it
looks like I'm getting redirected from /slash/users.pl to /users.pl and it
can't find it (which is correct since it doesn't exist). The redirect
seems to be coming from the first if statement in users.pl main (if ($op eq
'userlogin' && $user->(is_anon)}). I haven't followed all the code through
and I don't really know Perl, but I can't see how this would work since
there doesn't seem to be a call to change the user. The other condition
for userlogin seems better since it has a userInfo call. I also don't see
how the line:
my $refer = $form->{returnto} || $constants->{rootdir};
would come out right. Maybe my returnto variable is wrong (I don't know
where to set this)? I've changed all the vars associated with the /
directory to /slash/ and commented out the documentroot in the slash apache
config. Everything else on the site seems to work okay.
Any suggestions?
Thanks
Bill
|
|
From: Terry D. <td...@bi...> - 2001-10-02 06:37:41
|
this shouldnt be too hard to write yourself. there are a few good perl mods to do this for you. If slash is nice, you should be able to change the auth info in one place to lookup your auth tokens in an ldap instead of mysql. -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 Quoting Markus Ackermann <mar...@ub...>: > rr...@jo... wrote: > > Is there a way to store/share the user login info with an LDAP > > server? > > > > I want to provide users with e-mail accounts and web interface. Most > > e-mail servers can use LDAP besides the unix login and passwd. > > > > or does anyone know of an e-mail server that stores its info in > > MySQL? > > AFAIK there's no way around writing your own middleware which syncs DB > and LDAP server (or find an existing perl script which does that). > > Markus. > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
|
From: Markus A. <mar...@ub...> - 2001-10-02 06:21:01
|
ja...@ne... wrote: > > Does anyone have success searching the Slashcode-general listserv at > Geocrawler? No matter what I search for, it always returns "not found" > (even when I serach for the word Slash). > > Am I missing something? Right now "Geocrawler is down for nightly database maintenance", but until now I've never had problems searching Geocrawler - just for other projects though, never searched /code. What I hate about it though is the fact that it doesn't let you view other messages in the same thread as the found msg. Markus. |
|
From: Markus A. <mar...@ub...> - 2001-10-02 06:17:25
|
rr...@jo... wrote: > Is there a way to store/share the user login info with an LDAP > server? > > I want to provide users with e-mail accounts and web interface. Most > e-mail servers can use LDAP besides the unix login and passwd. > > or does anyone know of an e-mail server that stores its info in > MySQL? AFAIK there's no way around writing your own middleware which syncs DB and LDAP server (or find an existing perl script which does that). Markus. |
|
From: Don S. <do...@se...> - 2001-10-02 02:54:18
|
I've had the same experience, and was about to ask the same question. *shrug* Don. On Mon, 1 Oct 2001, Jason Huckaby wrote: > Does anyone have success searching the Slashcode-general listserv at > Geocrawler? No matter what I search for, it always returns "not found" > (even when I serach for the word Slash). > > Am I missing something? > > -jh > > -- > Jason Huckaby > > NErock.com Webmaster > Portland, ME > (207) 415-3142 > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > |
|
From: Jason H. <ja...@ne...> - 2001-10-02 02:48:04
|
Does anyone have success searching the Slashcode-general listserv at Geocrawler? No matter what I search for, it always returns "not found" (even when I serach for the word Slash). Am I missing something? -jh -- Jason Huckaby NErock.com Webmaster Portland, ME (207) 415-3142 |
|
From: Nathan T. <nt...@ha...> - 2001-10-02 01:28:42
|
I am running slash as root and do indeed have permissions to access that log file. |
|
From: Nathan T. <nt...@ha...> - 2001-10-02 01:26:23
|
I having some problems getting slash to start. I included a symbolic link to slash in rc5.d, and it appears to load okay, but I have my doubts, for if I stop apache manually (apachectl stop) and run ./slash start, I get the following: Starting slashd stupid: ok PID = 1675 Can't open STDERR to /usr/local/slash/site/homer.hamilton.edu/logs/slashd.log: Permission denied at /usr/local/slash/sbin/slashd line 565. why am I here? at /usr/locaol/slash/sbin/slashd line 36 main::END() called at /usr/local/slash/sbin/slahd line 0 require 0 called at /usr/local/slash/sbin/slashd line 0 the lines around 565 are: sub main { mkpath "$constants->{logdir}/". 0, 0755; open STDERR, ">> $constants->{logdir}/slashd.log" or die "Can't open STDERR to $constants->{logdir}/slashd.log: $!"; SlashPid(); ... } What could I be doing wrong? |
|
From: Don S. <do...@se...> - 2001-10-01 20:45:29
|
Is the a guide or legend to the various seclev levels? I marked a friend as an author, but he notices no change in his screens. His seclev was still 1. Is this the cause? His name did show up in the preferences as an author to filter on, but he doesn't show up in the Authors page that lists authors. Hints? Don. |
|
From: barry <sla...@i1...> - 2001-10-01 19:46:15
|
This is probably a no-brainer, but I am not seeing it.... How do I set up a poll to appear in only a certain section? Thanks! Barry |
|
From: shane <sh...@lo...> - 2001-10-01 15:41:34
|
At 10:02 AM 10/1/2001 -0500, you wrote:
>Is it possible to remove the journaling and bug reporting features after
>installing the slashsite?
>
>Don.
I'd think the easiest way to do it is
if you installed the plugin with the symlink option (default is YES)
then remove the symlink to bugs.pl or any symlinks the plugin has
intalled.
Otherwise, remove the file(s) that the plugin copied to {sitename}/htdocs/
Shane
|
|
From: Don S. <do...@se...> - 2001-10-01 15:02:07
|
Is it possible to remove the journaling and bug reporting features after installing the slashsite? Don. |
|
From: Don S. <do...@se...> - 2001-10-01 13:36:04
|
Well I downloaded the Msql-Mysql-modules-1.2216 source from mysql.com and it installed just fine. Must be some evil wizardry with the CPAN version. *shrug*. Anyway Template then installed fine and slash is running. Thanks to Patrick and Cliff in irc for their patience and help. http://seiler.manitowoc.wi.us Thanks again, Don On Mon, 1 Oct 2001, Don Seiler wrote: > So how should I install mysql so that the DBD::mysql installs right out of > the box (or out of cpan)? RPM? Different location? > > Don. > > On Sun, 30 Sep 2001, Don Seiler wrote: > > > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig -p | grep mysql > > libmysqlclient.so.10 (libc6) => /opt/mysql/lib/mysql/libmysqlclient.so.10 > > libmysqlclient.so (libc6) => /opt/mysql/lib/mysql/libmysqlclient.so > > > > That part looks good to me. > > > > Don. > > > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > > > ok, do it without the -a. > > > > > > Then, do it with a -p to verify that that lib path is now incorporated > > > into the system's lib path list. > > > Don Seiler wrote: > > > > > > > > That doesn't appear to be a valid option. > > > > > > > > Don > > > > > > > > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig -a > > > > ldconfig: invalid option -- a > > > > Try `ldconfig --help' or `ldconfig --usage' for more information. > > > > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig --help > > > > Usage: ldconfig [OPTION...] > > > > Configure Dynamic Linker Run Time Bindings. > > > > > > > > -c, --format=FORMAT Format to use: new, old or compat (default) > > > > -C CACHE Use CACHE as cache file > > > > -f CONF Use CONF as configuration file > > > > -l Manually link individual libraries. > > > > -n Only process directories specified on the > > > > command > > > > line. Don't build cache. > > > > -N Don't build cache > > > > -p, --print-cache Print cache > > > > -r ROOT Change to and use ROOT as root directory > > > > -v, --verbose Generate verbose messages > > > > -X Don't generate links > > > > -?, --help Give this help list > > > > --usage Give a short usage message > > > > -V, --version Print program version > > > > > > > > Mandatory or optional arguments to long options are also mandatory or > > > > optional for any corresponding short options. > > > > > > > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > > > > > > > ok, put the lib path in ld.so.conf, and run ldconfig -a > > > > > > > > > > Don Seiler wrote: > > > > > > > > > > > > OK Well every DBD::mysql test failed. I get many different incarnations > > > > > > of this error: > > > > > > > > > > > > t/10dsnlist.........install_driver(mysql) failed: Can't load > > > > > > 'blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: > > > > > > blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: mysql_store_result at > > > > > > /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200. > > > > > > at (eval 1) line 3 > > > > > > Compilation failed in require at (eval 1) line 3. > > > > > > Perhaps a required shared library or dll isn't installed where expected > > > > > > at t/10dsnlist.t line 45 > > > > > > t/10dsnlist.........dubious > > > > > > Test returned status 255 (wstat 65280, 0xff00) > > > > > > DIED. FAILED tests 1-3 > > > > > > Failed 3/3 tests, 0.00% okay > > > > > > > > > > > > It says that a shared library isn't installed where expected. Where does > > > > > > it expect it to be? I symlinked /opt/mysql to /usr/local/mysql, but that > > > > > > doesn't seem to help. I added /opt/mysql/lib/mysql to /etc/ld.so.conf and > > > > > > ran ldconfig, but that didn't seem to have any effect. > > > > > > > > > > > > Argh, > > > > > > Don. > > > > > > > > > > > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > > > > > > > > > > > It sounds to me that you have DBD::Mysql library path issues. Template > > > > > > > is merely using DBD, and if you get those errors, it can't even properly > > > > > > > use DBD::Mysql. Have you ran that tests that come with DBD::Mysql? That > > > > > > > could reveal more about your problems. You might look at recompileing > > > > > > > DBD::Mysql and making sure all the tests work properly. You could also > > > > > > > make sure that ld.so.conf has all the lib paths (namely the ones you're > > > > > > > using that aren't standard) and running ldconfig load those lib paths on > > > > > > > your system (this is Linux only too). > > > > > > > > > > > > > > Don Seiler wrote: > > > > > > > > > > > > > > > > hullo. > > > > > > > > > > > > > > > > I'm trying to install slash (obviously). I installed mysql into > > > > > > > > /opt/mysql from the tarball on mysql.org. So I had to more or less > > > > > > > > manually install DBD::mysql to give it the locations of the files etc. > > > > > > > > > > > > > > > > Installing template from cpan fails because the DBI fails when it tries to > > > > > > > > connect to the mysql test database. I'm able to connect with the user > > > > > > > > that I give to Template, but the cpan test fails every time. Obviously I > > > > > > > > can install it when I don't run the test, but I get this error when I run > > > > > > > > install-slashsite: > > > > > > > > > > > > > > > > /usr/bin/perl: error while loading shared libraries: > > > > > > > > /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/mysql/mysql.so: > > > > > > > > undefined symbol: mysql_init > > > > > > > > > > > > > > > > I don't know if this is related to the Template problem or what. I did > > > > > > > > install slash into /usr/local like suggested. Should I have installed > > > > > > > > mysql via rpm or into a different location. I notice that the files > > > > > > > > wanted are in /opt/mysql/include/mysql and /opt/mysql/lib/mysql, instead > > > > > > > > of just /opt/mysql/include and /opt/mysql/lib which it seems some things > > > > > > > > are expecting. > > > > > > > > > > > > > > > > Here is an abridged biography of my box: > > > > > > > > RedHat 7.1 > > > > > > > > MySQL 3.23.40 > > > > > > > > Apache 1.3.20 > > > > > > > > mod_perl 1.26 > > > > > > > > slash 2.0.0 > > > > > > > > > > > > > > > > The apache and mod_perl seem to be working fine, and were installed as > > > > > > > > specified in the slash instructions. > > > > > > > > > > > > > > > > I've been in the irc chat room, it doesn't seem like anyone is up for a > > > > > > > > nice slash chat on Saturday night or Sunday morning. :p > > > > > > > > > > > > > > > > Anyway, I'm hoping someone will have some hints and/or suggestions for my > > > > > > > > little dilemma. > > > > > > > > > > > > > > > > Don. > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > Slashcode-general mailing list > > > > > > > > Sla...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Slashcode-general mailing list > > > > > > > Sla...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Slashcode-general mailing list > > > > > > Sla...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > > > > > > > _______________________________________________ > > Slashcode-general mailing list > > Sla...@li... > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > |
|
From: Don S. <do...@se...> - 2001-10-01 13:01:10
|
So how should I install mysql so that the DBD::mysql installs right out of the box (or out of cpan)? RPM? Different location? Don. On Sun, 30 Sep 2001, Don Seiler wrote: > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig -p | grep mysql > libmysqlclient.so.10 (libc6) => /opt/mysql/lib/mysql/libmysqlclient.so.10 > libmysqlclient.so (libc6) => /opt/mysql/lib/mysql/libmysqlclient.so > > That part looks good to me. > > Don. > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > ok, do it without the -a. > > > > Then, do it with a -p to verify that that lib path is now incorporated > > into the system's lib path list. > > Don Seiler wrote: > > > > > > That doesn't appear to be a valid option. > > > > > > Don > > > > > > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig -a > > > ldconfig: invalid option -- a > > > Try `ldconfig --help' or `ldconfig --usage' for more information. > > > [root@joshua ~/.cpan/build/DBD-mysql-2.0902]# ldconfig --help > > > Usage: ldconfig [OPTION...] > > > Configure Dynamic Linker Run Time Bindings. > > > > > > -c, --format=FORMAT Format to use: new, old or compat (default) > > > -C CACHE Use CACHE as cache file > > > -f CONF Use CONF as configuration file > > > -l Manually link individual libraries. > > > -n Only process directories specified on the > > > command > > > line. Don't build cache. > > > -N Don't build cache > > > -p, --print-cache Print cache > > > -r ROOT Change to and use ROOT as root directory > > > -v, --verbose Generate verbose messages > > > -X Don't generate links > > > -?, --help Give this help list > > > --usage Give a short usage message > > > -V, --version Print program version > > > > > > Mandatory or optional arguments to long options are also mandatory or > > > optional for any corresponding short options. > > > > > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > > > > > ok, put the lib path in ld.so.conf, and run ldconfig -a > > > > > > > > Don Seiler wrote: > > > > > > > > > > OK Well every DBD::mysql test failed. I get many different incarnations > > > > > of this error: > > > > > > > > > > t/10dsnlist.........install_driver(mysql) failed: Can't load > > > > > 'blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: > > > > > blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: mysql_store_result at > > > > > /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200. > > > > > at (eval 1) line 3 > > > > > Compilation failed in require at (eval 1) line 3. > > > > > Perhaps a required shared library or dll isn't installed where expected > > > > > at t/10dsnlist.t line 45 > > > > > t/10dsnlist.........dubious > > > > > Test returned status 255 (wstat 65280, 0xff00) > > > > > DIED. FAILED tests 1-3 > > > > > Failed 3/3 tests, 0.00% okay > > > > > > > > > > It says that a shared library isn't installed where expected. Where does > > > > > it expect it to be? I symlinked /opt/mysql to /usr/local/mysql, but that > > > > > doesn't seem to help. I added /opt/mysql/lib/mysql to /etc/ld.so.conf and > > > > > ran ldconfig, but that didn't seem to have any effect. > > > > > > > > > > Argh, > > > > > Don. > > > > > > > > > > On Sun, 30 Sep 2001, Patrick Galbraith wrote: > > > > > > > > > > > It sounds to me that you have DBD::Mysql library path issues. Template > > > > > > is merely using DBD, and if you get those errors, it can't even properly > > > > > > use DBD::Mysql. Have you ran that tests that come with DBD::Mysql? That > > > > > > could reveal more about your problems. You might look at recompileing > > > > > > DBD::Mysql and making sure all the tests work properly. You could also > > > > > > make sure that ld.so.conf has all the lib paths (namely the ones you're > > > > > > using that aren't standard) and running ldconfig load those lib paths on > > > > > > your system (this is Linux only too). > > > > > > > > > > > > Don Seiler wrote: > > > > > > > > > > > > > > hullo. > > > > > > > > > > > > > > I'm trying to install slash (obviously). I installed mysql into > > > > > > > /opt/mysql from the tarball on mysql.org. So I had to more or less > > > > > > > manually install DBD::mysql to give it the locations of the files etc. > > > > > > > > > > > > > > Installing template from cpan fails because the DBI fails when it tries to > > > > > > > connect to the mysql test database. I'm able to connect with the user > > > > > > > that I give to Template, but the cpan test fails every time. Obviously I > > > > > > > can install it when I don't run the test, but I get this error when I run > > > > > > > install-slashsite: > > > > > > > > > > > > > > /usr/bin/perl: error while loading shared libraries: > > > > > > > /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/mysql/mysql.so: > > > > > > > undefined symbol: mysql_init > > > > > > > > > > > > > > I don't know if this is related to the Template problem or what. I did > > > > > > > install slash into /usr/local like suggested. Should I have installed > > > > > > > mysql via rpm or into a different location. I notice that the files > > > > > > > wanted are in /opt/mysql/include/mysql and /opt/mysql/lib/mysql, instead > > > > > > > of just /opt/mysql/include and /opt/mysql/lib which it seems some things > > > > > > > are expecting. > > > > > > > > > > > > > > Here is an abridged biography of my box: > > > > > > > RedHat 7.1 > > > > > > > MySQL 3.23.40 > > > > > > > Apache 1.3.20 > > > > > > > mod_perl 1.26 > > > > > > > slash 2.0.0 > > > > > > > > > > > > > > The apache and mod_perl seem to be working fine, and were installed as > > > > > > > specified in the slash instructions. > > > > > > > > > > > > > > I've been in the irc chat room, it doesn't seem like anyone is up for a > > > > > > > nice slash chat on Saturday night or Sunday morning. :p > > > > > > > > > > > > > > Anyway, I'm hoping someone will have some hints and/or suggestions for my > > > > > > > little dilemma. > > > > > > > > > > > > > > Don. > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Slashcode-general mailing list > > > > > > > Sla...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > > > _______________________________________________ > > > > > > Slashcode-general mailing list > > > > > > Sla...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Slashcode-general mailing list > > > > > Sla...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > > > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > |
|
From: Ralf R. K. <rr...@jo...> - 2001-10-01 10:04:07
|
Is there a way to store/share the user login info with an LDAP server? I want to provide users with e-mail accounts and web interface. Most e-mail servers can use LDAP besides the unix login and passwd. or does anyone know of an e-mail server that stores its info in MySQL? Thanx Ralf |
|
From: Markus A. <mar...@ub...> - 2001-10-01 06:17:25
|
rr...@jo... wrote: > Could you reference a section by its own url? ie: main page = > www.foo.com, section = section.foo.com ? Sure. The sections are just subdirs in the webtree, so you'd create an apache vhost for that. Note however that all links will still point to www.foo.com/section/ instead of section.foo.com/. But it's a convenient solution for easy access of sections if you have to type it's URL in the address bar of the browser... Markus. |