Displaying 12 results from an estimated 12 matches for "xfvz".
Did you mean:
xfv
2001 Jan 18
5
Samba configuration error
Hi,
I am an unix admin trying to install samba 2.0.7 on a HP unix 10.20
system.
After a long string of checking messages, at end there is an ERROR
message which abort the configuration:
checking configure summary
ERROR: No locking available. Running Samba would be unsafe
configure: error: summary failure. Aborting config
I was wondering what caused it and how to get around it. This is
2003 Oct 08
7
chan_capi and latest Debian package
After
apt-get update && apt-get upgrade -y
wget http://www.junghanns.net/asterisk/downloads/chan_capi.0.2.5c.tar.gz
tar xfvz chan_capi.02.5c.tar.gz
cd chan_capi-0.2.5c
make && make install
shutdown -r now
asterisk seg faults upon calling in via ISDN.
Any ideas are greatly appreciated.
rgds
pos
2008 May 26
2
RcppTemplate find example C++ souce code without Rtools ??
Dear R users,
I would like to call R from C++ and Rcpp class library already compiled are
a big advantage !!
I have already read the doc/PDF in the installed package 5.0 and all the
posts in this forum
It's possible to get the source code (RcppExample.cpp) whitout Rtools ??
(i'm not familiar whit Rtools)
many thanks in advance
Roberto Iacopetti
win XP sp 2.2600
Dev-C++ 4.9.9.2
R
2014 Dec 11
2
Fwd: No source view when using gdb
Dear R contributors,
Say I want to debug some C code invoked through .Call() - say
"varbayes" in the VBmix package. following the instructions in
"Writing R Extensions", I perform the following actions :
R -d gdb
run
library(VBmix)
CTRL+C
break varbayes
signal 0
mod <- varbayes(as.matrix(iris)[,1:4], 2)
The breakpoint is indeed activated, seemingly at the correct position
2017 Jan 12
3
rgl
...d (I can see this from the compiler flag -m64).
>
>If that is not the problem then you need to look at the configure log.
>The log is normally erased, but you can preserve it by unpacking the source tarball and building from the resulting directory on the >command
>line:
>
>tar xfvz rgl_0.97.0.tar.gz
>R CMD INSTALL rgl
>
>Then open the file 'rgl/config.log' with your favourite editor and search for "glEnd".
I actually had both on the system, removed the 32-bit version and reinstalled the 64-bit version but I am seeing only this in the config.log:
c...
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error:
trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz'
Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ==================================================
downloaded 2.3 MB
* installing *source* package 'rgl' ...
** package
2016 Sep 07
1
How to install gmp in R on fedora
Hello.
I have installed R with dnf.
Also I have installed gmp and gmp-devel with dnf (I think gmp was already
installed).
In R I did
> install.packages('Rmpfr')
But then I get
configure: error: GNU MP not found, or not 4.1.4 or up, see
http://gmplib.org
What must I do?
[[alternative HTML version deleted]]
2014 Dec 11
0
Fwd: No source view when using gdb
...ecific info there. Does someone have a clue for my
> problem?
This happens when you install a package from the tarball. The source is
unpacked into a temporary directory which is then deleted. Try unpacking
the source tarball yourself, and then installing from the unpacked
directory, e.g.
tar xfvz VBMix_0.2.17.tar.gz
R CMD INSTALL VBMix
Martyn
> Thanks by advance,
> Pierrick
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
-----------------------------------------------------------...
2017 Jan 12
0
rgl
...flag -m64).
> >
> > If that is not the problem then you need to look at the configure log.
> > The log is normally erased, but you can preserve it by unpacking the source tarball and building from the resulting directory on the >command
> > line:
> >
> > tar xfvz rgl_0.97.0.tar.gz
> > R CMD INSTALL rgl
> >
> > Then open the file 'rgl/config.log' with your favourite editor and
> > search for "glEnd".
>
> I actually had both on the system, removed the 32-bit version and
> reinstalled the 64-bit version but...
2017 Jan 12
0
rgl
...ibrary
which is what you need (I can see this from the compiler flag -m64).
If that is not the problem then you need to look at the configure log.
The log is normally erased, but you can preserve it by unpacking the
source tarball and building from the resulting directory on the command
line:
tar xfvz rgl_0.97.0.tar.gz?
R CMD INSTALL rgl
Then open the file 'rgl/config.log' with your favourite editor and
search for "glEnd".
Martyn
??
> Thank you in advance
> Michael Weiner
>
>
>
> ===================================
>
>
> ?Please consider the en...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...uto httpd
On the OLD CentOS 6.3 server:
# cd /etc/httpd
# tar cfvz apacheconf.tar.gz conf conf.d
# mv apacheconf.tar.gz /root
On the NEW CentOS 8.2 server:
# cd /etc/httpd
# cp -r conf conf.original
# cp -r conf.d conf.d.original
# scp root at AAA.BBB.CCC.3:/root/apacheconf.tar.gz .
# tar xfvz apacheconf.tar.gz
On the OLD CentOS 6.3 server:
# cd /var/www/html
# tar cfvz websites.tar.gz *
(1.4 GB)
On the NEW CentOS 8.2 server:
# cd /var/www/html
# scp root at AAA.BBB.CCC.3:/root/websites.tar.gz .
# tar xfvz websites.tar.gz
Continuing on the NEW CentOS 8.2 server
=================...
2020 Feb 15
0
Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual Machine as an Active Directory Domain Controller (AD DC)
...SAMBA FROM SOURCE AGAIN
==========================================================================
I was afraid that SELINUX might affect the previous build of Samba from source.
# cd /root
# rm -rf samba-4.11.6
# systemctl stop samba-ad-dc
# cd /usr/local
# rm -rf samba/
# cd /root
# tar xfvz samba-4.11.6.tar.gz
# cd samba-4.11.6/
# ./configure
# make -j 4
Output:
Waf: Leaving directory `/root/samba-4.11.6/bin/default'
'build' finished successfully (9m21.630s)
# make install
Output:
Waf: Leaving directory `/root/samba-4.11.6/bin/default'
'install' finishe...