Linux to a Microsoft SQLserverI have been trying to install DBD:Sybase for this function. I have installed the
freetds and am tring to install the DBD:Sybase but when I try to do my make on
the install I get this error messages.
Any Ideas.
Jason
cc -c -I/usr/local/freetds/include -I/usr/lib/perl5/site_perl/5.6.0/i586-
linux/auto/DBI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -O2 -pipe -DVERSION=\"0.93\" -DXS_VERSION=\"0.93\" -
fpic -I/usr/lib/perl5/5.6.0/i586-linux/CORE dbdimp.c
dbdimp.c: In function `syb_ct_prepare_send':
dbdimp...
Where to get the sqlserver for linux?
On Fri, 6 Nov 1998 09:53:02 +0800, "liangxs" <liangxs@263.net> wrote:
>
>
http://www.redhat.com/redhat/sybase-reg.phtml
--
Tony Cook [TeamPS]
moderator powersoft.public.watcom_c_c++.general
(Please repond in news: I ignore uninvited email responses)
I have just purchased a copy of Caldera OpenLinux Version 1.3, which comes
complete with ASE 11.0.3.3.
You can download the complete package from their web-site which is :-
http://www.calderasystems.com/products/openlinux/index.html
Wayne
liangxs wrote in message ...
>
>
>
...
Linux to Linux VPNHey All,
Hopefully this is something that can be done.
I have a main office with a Win2000 server. I have a remote office with 3
computers, right now each of the remote computers connects to the
windows2000 server over the internet using VPN with the W2K box being the
VPN server. This causes a few problems because of the domain login and the
user's are not the ummmm brightest with computers.
What I want to do it place a perment VPN with auto re-connect so when they
unplug the DSL modem to plug in the Fax (I know I know) and then plug the
DSL back in it will re-sync the VPN...
Migrate linux to linuxWe want to migrate our gw7 from netware to linux but because we lack a
spliffy new server i need to move it to a temporary server first.
Thankfully we have an OES2 'test' server currently running in our production
tree with suse10 and oes2.
After we migrate the Netware server to the test server and get everything
running, is it enough to just install the agents on the real server, copy
the entire database over from test maintaining path etc, change some ip's in
the nds and hit start ?
-
Arjan
On Wed, 20 Feb 2008 15:46:01 +0000, Arjan wrote:
> After we m...
experimental: linux abstract domain sockets--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
perl5120delta has an entry for "Abstract namespace sockets." They're a
Linux-ism with which I am only somewhat familiar. They were added in
99f13d4c and have been only barely touched since then.
Are they used? Do we want to be committed to fixing bugs if they're found?
When would we want to call this experiment concluded?
My initial feeling is that abstract namespace sockets are pretty simple in
implementation, and we'r...
Strange Warning in SQLServer errorlog on Linux Hello!
I have ASE 11.0.3.3 installed on my RedHat 5.1 Linux box. I've recently
found following lines in server error log :
00:1998/10/16 14:10:21.20 server WARNING: memory usage in procedure headers
(1)
does not match memory usage count in Pss (20) for server process id 7.
00:1998/10/16 14:10:21.21 server WARNING: memory usage in procedure headers
(1)
does not match memory usage count in Pss (-18) for server process id 7.
00:1998/10/16 14:10:21.89 server WARNING: memory usage in procedure headers
(1)
does not match memory usage count in Pss (21) for server process id 7.
0...
Samba: win to linux fine, natilus (linux) to linux asks for password
Hi!
Basically that is my particular issue, adding that I've set it up over
openvpn as well, to the same server.
[win -> linux]
- see public (for existing users) shares and try to enter them
- when asked for user and password, can see the contents of the public
share along with my home folder
- can see the shared local printer, and open and view current print
jobs on the server (cannot print tough, will write another post about
that)
[linux to linux]
- try to access the server via smbclient -L and can see shares ok
- from nautilus, with the address smb://10.22.22.1 ...
odd perl & linux socket query problem.....------=_NextPart_000_0032_01C38C11.40D465A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hiya, not really sure if this should be in beginners or not, but I am a =
beginner :).
I'm trying to write a script (or currently using some other stuff to =
test) to send a network query out, querying game servers....
#!/usr/bin/perl -w
use Socket;
my $serverip =3D "194.109.69.91";
my $serverport =3D 27960;
my $getstatus =3D "\xFF\xFF\xFF\xFFgetstatus"; //THIS IS THE LINE I'M =
HAVING PROBLEMS WITH...
Socket to Socket example neededDoes anyone have any configuration examples of how to set up
a socket to socket connection. I would appeciate any
examples or help anyone can offer. Thanks.
Rob McGinness
Rutland Regional Medical Center
802-747-6526
rmcginness@rrmc.org
I guess that you talk about one AIM module that drives two
socket conections. If you try to build such module, you must
create two protocol objects within the project. Each
protocol object can control its own related objects (frame,
port, open, close, etc.)
> Does anyone have any configuration examples of how to set
> up a socket to socke...
LINUX and Adaptive Server for LINUXWhat does everybody think about the stability of Sybase on LINUX, and
where can i get mor information about it?
--
Ramses Palomo
CSSoftware, Inc. Guatemala
rpalomo@starnet.net.gt
This is a multi-part message in MIME format.
--------------1131468DB38D86409C30C2E2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Ramses Palomo wrote:
>
> What does everybody think about the stability of Sybase on LINUX, and
> where can i get mor information about it?
>
> --
> Ramses Palomo
> CSSoftware, Inc. Guatemala
> rpalomo@starne...
ext/Socket/Socket.xsIn Socket.xs do I take it that this
if (strEQ(name, "MSG_CTRUNC"))
#if defined(MSG_TRUNC) || defined(HAS_MSG_CTRUNC) /* might be an enum */
return MSG_CTRUNC;
#else
goto not_there;
#endif
should be MSG_CTRUNC? As in:
#if defined(MSG_CTRUNC) || defined(HAS_MSG_CTRUNC) /* might be an enum */
Secondly, Socket.pm EXPORTs MSG_URG, but there is no code to generate it
in Socket.xs. Was this an oversight somewhere?
Nicholas Clark
On Sun, Jun 03, 2001 at 03:03:46PM +0100, Nicholas Clark wrote:
> In Socket.xs do I take it that this
>
> if (strEQ(...
Linux Services on Linux OES2Hi all,
i´m testing a 2 node cluster (maybe more in the future) on OES2 (SLES10SP1,
iSCSI on HP MSA1510i). Finally i want to cluster some NSS-Volumes, Groupwise
and a CVS Server. Will this be possible?? Are there Linux-Services, which
are not possible to implement with Novell Cluster Services?
Thanks in advance.
Alex
Alexander Lorenz,
NSS volumes and GroupWise are possible to cluster. I'm not sure about the
CVS server though. Basically any serice that can access data from an NSS
volume or from eDirectory should be possible to cluster.
NCS requires NSS volumes, in...
OES(Linux) to OES2 (Linux)
Have a gaggle of servers running OES Linux. What are the reasons,
compelling or otherwise, for upgrading/migrating, to OES2?
Most of what I see are focused on convincing NetWare user to migrate to
OES2.
Being EOL or near EOL, would not be sufficient reason.
--
joea
------------------------------------------------------------------------
On Fri, 14 Aug 2009 14:36:04 +0000, joea wrote:
> Being EOL or near EOL, would not be sufficient reason.
If it's a production system it is.
I would get all OES1 servers updated to OES2 ASAP.
--
Joe Marton
Novel...
Dual bootRecently, all of the sata controllers on my system board went south.
Rather than buy a new board, I decided to dump Windows completely (since
it is a pain to get working from an external drive) and just go with
Ubuntu as an external. The Ubuntu install went fine. Everything so far
is working. I decided to take the drive that used to have XP on it and
set up a couple of other distro's to take a look at. I installed Kbuntu,
and everything worked fine. I then installed Mepis. After the install I
got a grub error:2 which I believe is that it cannot find the OS. I know
this is d...
How to share a printer Linux to Linux
Hi,
I've seen lots of posts on sharing printers in a mixed network, but I
have 3 machines all with SUSE 10.3 - and I am having great difficulty in
figuring out how to share the printer attached to the machine I use as a
server.
I have even tried Samba, but no success.
Has anyone succeeded with setting up a shared printer using YAST?
thanks for any reply
--
prtowlson
------------------------------------------------------------------------
I just solved your problem yesterday. I'm printing using cups and IPP.
So I didn't print via samba.
You should ...