Re: Install doxygen on a non X11 machine

2007-12-20 Thread A.Rymkus
Hi, Christopher.

You wrote at 03.10.2007, 15:31:04:

CK> Hello,

CK> I'm trying to install doxygen on a non X11 machine from the ports 
CK> collection.

CK> I've added 'devel/doxygen*: WITHOUT_DOXYWIZARD=yes' to my ports.conf, 
CK> which is being recognised:

CK> # cd /usr/ports/devel/doxygen
CK> # make -V WITHOUT_DOXYWIZRD
CK> yes

CK>  From my reading of the doxygen Makefile, this should be enough to 
CK> prevent any of the graphical tools from being installed.  Nevertheless,
CK> whenever I run make, I'm presented with a configuration screen for qt.
CK> Can anyone advise?

CK> Regards,

CK> Chris
CK> ___
CK> freebsd-questions@freebsd.org mailing list
CK> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
CK> To unsubscribe, send any mail to
CK> "[EMAIL PROTECTED]"

You have to put "WITHOUT_X11=TRUE" line in your /etc/make.conf if you
want to make all of ports without X11 support, or you may use
something like that style with make:
env WITHOUT_X11="TRUE"; make

-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: Veritas Backup Exec on Freebsd 6.1 (Boon Keng Lee)

2007-09-25 Thread A.Rymkus
Hi, Ian.

You wrote at 20.08.2007, 21:43:00:

IL> Hi,

IL>  

IL> Please kindly advise us can the FreeBSD 6.1 being backup via Veritas 

IL> Backup Exec 11d Server for Windows with the Linux Client agent ? Thank for

IL> the help.

IL>  

IL> ~~

IL> Hi,

IL>  

IL> On our side, we didn't manage to make this happen using the regular linux
IL> agent that veritas (now Symantec) provides, but we were able to install the
IL> legacy unix agent which works like a charm. We take full and incremental
IL> backups without problem.

IL>  

IL> Regards

IL> ___
IL> freebsd-questions@freebsd.org mailing list
IL> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
IL> To unsubscribe, send any mail to
IL> "[EMAIL PROTECTED]"

I've tried to use an 10d linux client, it works, but sometime it
generates wrong directory listing (missing some dirs), so we'd decided
to leave our FreeBSD server with tar backups...

-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-09-25 Thread A.Rymkus
Hi, vuthecuong.

You wrote at 04.08.2007, 11:12:48:

v> Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
v> 2.10.3
v> when I browse to phpmyadmin page, it said:


v>   phpMyAdmin - Error

v> Cannot start session without errors, please check errors given in your
v> PHP and/or webserver log file and configure your PHP installation properly.

v> What's is this error?
v> How can I solve it?
v> Tnx in advanced

v> ___
v> freebsd-questions@freebsd.org mailing list
v> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
v> To unsubscribe, send any mail to
v> "[EMAIL PROTECTED]"

You have to update php5-session port, it's usually installed by
php5-extensions port.
At my home FreeBSD box I'd just ran following command:
  portupgrade php*
and in the morning all the things were working... May be you will want
to run
  portupgrade php5-session
I think it would help you ;)



-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Haskell and nox11

2007-07-20 Thread A.Rymkus
Hi, Tankko.

You wrote at 19 июля 2007 г., 18:36:24:

T> I need to install darcs on my server, and it requires Haskell (ghc)
T> which in turn seems to require the x11 system which is not installed
T> on my headless sever.

T> I have WITHOUT_X11=true set in /etc/make.conf

===>>  Extracting for darcs-1.0.9
=>> MD5 Checksum OK for darcs-1.0.9.tar.gz.
===>>   darcs-1.0.9 depends on file: /usr/local/sbin/pkg_info - found
===>>  Patching for darcs-1.0.9
===>>   darcs-1.0.9 depends on executable: ghc - not found
===>>Verifying install for ghc in /usr/ports/lang/ghc
===>>  ghc-nox11-6.6.1 unsupported at the moment.
T> *** Error code 1

T> Is this correct or I am doing something wrong?  It seems strange that
T> a programming language would require x11.

T> Is there a better was to get darcs and/or Haskell on my server without
T> installing x11?   Do most people that run backend server just install
T> x11 anyway?

T> Thanks, Tankko.
T> ___
T> freebsd-questions@freebsd.org mailing list
T> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
T> To unsubscribe, send any mail to
T> "[EMAIL PROTECTED]"

   You can try to install it as a precompiled package - you can try to
use following command 'pkg_add -r ghc-nox11-6.6.1' or 'pkg_add -r 
ghc-nox11-6.6.1.tbz' (it
will try to fetch that package). If pkg_add can't find that package,
you have to search over the net for ghc-nox11-6.6.1.tbz file and use
pkg_add without '-r' option.

-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RE : Re: Remote Desktop tool for FreeBSD

2007-07-18 Thread A.Rymkus
Hi, simon.

You wrote at 18 июля 2007 г., 13:06:01:

[skipped]

   You have to use TightVNC port, it's located in /usr/ports/net/tightvnc/

-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"